﻿2026-06-10T22:49:38.9836677Z Current runner version: '2.334.0'
2026-06-10T22:49:38.9841128Z Runner name: 'hfenduleam'
2026-06-10T22:49:38.9841558Z Runner group name: 'Default'
2026-06-10T22:49:38.9842030Z Machine name: 'HFENDULEAM'
2026-06-10T22:49:38.9843968Z ##[group]GITHUB_TOKEN Permissions
2026-06-10T22:49:38.9845239Z Contents: read
2026-06-10T22:49:38.9845594Z Metadata: read
2026-06-10T22:49:38.9845961Z Packages: read
2026-06-10T22:49:38.9846280Z ##[endgroup]
2026-06-10T22:49:38.9847507Z Secret source: Actions
2026-06-10T22:49:38.9847943Z Prepare workflow directory
2026-06-10T22:49:39.0107106Z Prepare all required actions
2026-06-10T22:49:39.0130515Z Getting action download info
2026-06-10T22:49:39.4516096Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-10T22:49:40.0397360Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-10T22:49:40.0999628Z ##[group]Run actions/checkout@v5
2026-06-10T22:49:40.1000350Z with:
2026-06-10T22:49:40.1000657Z   repository: SaberMage/spt-core
2026-06-10T22:49:40.1003627Z   token: ***
2026-06-10T22:49:40.1003925Z   ssh-strict: true
2026-06-10T22:49:40.1004274Z   ssh-user: git
2026-06-10T22:49:40.1004583Z   persist-credentials: true
2026-06-10T22:49:40.1004919Z   clean: true
2026-06-10T22:49:40.1005249Z   sparse-checkout-cone-mode: true
2026-06-10T22:49:40.1005609Z   fetch-depth: 1
2026-06-10T22:49:40.1005906Z   fetch-tags: false
2026-06-10T22:49:40.1006220Z   show-progress: true
2026-06-10T22:49:40.1006529Z   lfs: false
2026-06-10T22:49:40.1006821Z   submodules: false
2026-06-10T22:49:40.1007128Z   set-safe-directory: true
2026-06-10T22:49:40.1007590Z ##[endgroup]
2026-06-10T22:49:40.2759363Z Syncing repository: SaberMage/spt-core
2026-06-10T22:49:40.2760678Z ##[group]Getting Git version info
2026-06-10T22:49:40.2761239Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-10T22:49:40.2967433Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-10T22:49:40.3163173Z git version 2.43.0.windows.1
2026-06-10T22:49:40.3187396Z ##[endgroup]
2026-06-10T22:49:40.3195165Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6044dce1-498f-4db2-bc2d-eb8a02bfd555\.gitconfig'
2026-06-10T22:49:40.3207208Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6044dce1-498f-4db2-bc2d-eb8a02bfd555' before making global git config changes
2026-06-10T22:49:40.3208305Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T22:49:40.3211845Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-10T22:49:40.3428215Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-10T22:49:40.3610442Z https://github.com/SaberMage/spt-core
2026-06-10T22:49:40.3637016Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-10T22:49:40.3641010Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-10T22:49:40.3824155Z refs/heads/main
2026-06-10T22:49:40.3848487Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-10T22:49:40.4113716Z HEAD is now at 04fd322 feat(daemon): restoration D7-2 — new-brain × old-broker N-1 verb-surface gate (V6)
2026-06-10T22:49:40.4588817Z ##[endgroup]
2026-06-10T22:49:40.4592247Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-10T22:49:40.8043680Z ##[group]Cleaning the repository
2026-06-10T22:49:40.8046911Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-10T22:49:43.3156156Z Removing target/
2026-06-10T22:49:43.3192898Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-10T22:49:43.3557083Z HEAD is now at 04fd322 feat(daemon): restoration D7-2 — new-brain × old-broker N-1 verb-surface gate (V6)
2026-06-10T22:49:43.3581778Z ##[endgroup]
2026-06-10T22:49:43.3585310Z ##[group]Disabling automatic garbage collection
2026-06-10T22:49:43.3589420Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-10T22:49:43.3802923Z ##[endgroup]
2026-06-10T22:49:43.3803298Z ##[group]Setting up auth
2026-06-10T22:49:43.3808717Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-10T22:49:43.4015332Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-10T22:49:43.7628650Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T22:49:43.7865421Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-10T22:49:44.1562980Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T22:49:44.1778816Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-10T22:49:44.5179205Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-10T22:49:44.5465291Z ##[endgroup]
2026-06-10T22:49:44.5465797Z ##[group]Fetching the repository
2026-06-10T22:49:44.5471986Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d239ae418c6352f4f3a32d5ec6d365cc2a8a3180:refs/remotes/origin/main
2026-06-10T22:49:45.2290330Z From https://github.com/SaberMage/spt-core
2026-06-10T22:49:45.2290899Z  + 04fd322...d239ae4 d239ae418c6352f4f3a32d5ec6d365cc2a8a3180 -> origin/main  (forced update)
2026-06-10T22:49:45.2399909Z ##[endgroup]
2026-06-10T22:49:45.2400291Z ##[group]Determining the checkout info
2026-06-10T22:49:45.2401140Z ##[endgroup]
2026-06-10T22:49:45.2405951Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-10T22:49:45.2659846Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-10T22:49:45.2865892Z ##[group]Checking out the ref
2026-06-10T22:49:45.2869862Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-10T22:49:45.3251796Z branch 'main' set up to track 'origin/main'.
2026-06-10T22:49:45.3252178Z Your branch is up to date with 'origin/main'.
2026-06-10T22:49:45.3252779Z Previous HEAD position was 04fd322 feat(daemon): restoration D7-2 — new-brain × old-broker N-1 verb-surface gate (V6)
2026-06-10T22:49:45.3253192Z Switched to and reset branch 'main'
2026-06-10T22:49:45.3272595Z ##[endgroup]
2026-06-10T22:49:45.3499832Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-10T22:49:45.3690594Z d239ae418c6352f4f3a32d5ec6d365cc2a8a3180
2026-06-10T22:49:45.3963453Z ##[group]Run cargo build --workspace --all-targets
2026-06-10T22:49:45.3963845Z [36;1mcargo build --workspace --all-targets[0m
2026-06-10T22:49:45.4033087Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-10T22:49:45.4033430Z ##[endgroup]
2026-06-10T22:49:46.3606673Z    Compiling proc-macro2 v1.0.106
2026-06-10T22:49:46.3607082Z    Compiling quote v1.0.45
2026-06-10T22:49:46.3607302Z    Compiling unicode-ident v1.0.24
2026-06-10T22:49:46.3607619Z    Compiling cfg-if v1.0.4
2026-06-10T22:49:46.3607914Z    Compiling serde_core v1.0.228
2026-06-10T22:49:46.3608131Z    Compiling serde v1.0.228
2026-06-10T22:49:46.3608571Z    Compiling windows-link v0.2.1
2026-06-10T22:49:46.3608974Z    Compiling typenum v1.20.1
2026-06-10T22:49:46.3609280Z    Compiling getrandom v0.3.4
2026-06-10T22:49:46.3609658Z    Compiling portable-atomic v1.13.1
2026-06-10T22:49:46.3610249Z    Compiling version_check v0.9.5
2026-06-10T22:49:46.3612917Z    Compiling find-msvc-tools v0.1.9
2026-06-10T22:49:46.3613279Z    Compiling shlex v2.0.1
2026-06-10T22:49:46.3613602Z    Compiling critical-section v1.2.0
2026-06-10T22:49:46.3614002Z    Compiling subtle v2.6.1
2026-06-10T22:49:46.3614298Z    Compiling memchr v2.8.1
2026-06-10T22:49:46.4344752Z    Compiling windows-sys v0.61.2
2026-06-10T22:49:46.4580686Z    Compiling semver v1.0.28
2026-06-10T22:49:46.5013073Z    Compiling smallvec v1.15.1
2026-06-10T22:49:46.5072746Z    Compiling itoa v1.0.18
2026-06-10T22:49:46.5809095Z    Compiling equivalent v1.0.2
2026-06-10T22:49:46.5956716Z    Compiling getrandom v0.2.17
2026-06-10T22:49:46.6743870Z    Compiling rustc_version v0.4.1
2026-06-10T22:49:46.6981166Z    Compiling cpufeatures v0.2.17
2026-06-10T22:49:46.7214496Z    Compiling hashbrown v0.17.1
2026-06-10T22:49:46.7299389Z    Compiling pin-project-lite v0.2.17
2026-06-10T22:49:46.7637674Z    Compiling log v0.4.32
2026-06-10T22:49:46.7894173Z    Compiling generic-array v0.14.7
2026-06-10T22:49:46.7991746Z    Compiling rand_core v0.10.1
2026-06-10T22:49:46.8177412Z    Compiling futures-core v0.3.32
2026-06-10T22:49:46.9339654Z    Compiling bytes v1.11.1
2026-06-10T22:49:46.9500063Z    Compiling getrandom v0.4.2
2026-06-10T22:49:46.9515341Z    Compiling stable_deref_trait v1.2.1
2026-06-10T22:49:46.9639590Z    Compiling libc v0.2.186
2026-06-10T22:49:46.9849489Z    Compiling futures-io v0.3.32
2026-06-10T22:49:47.0690783Z    Compiling bitflags v2.12.1
2026-06-10T22:49:47.1658252Z    Compiling futures-sink v0.3.32
2026-06-10T22:49:47.1992527Z    Compiling slab v0.4.12
2026-06-10T22:49:47.2682189Z    Compiling indexmap v2.14.0
2026-06-10T22:49:47.2850396Z    Compiling autocfg v1.5.1
2026-06-10T22:49:47.2924268Z    Compiling curve25519-dalek v4.1.3
2026-06-10T22:49:47.3017802Z    Compiling futures-task v0.3.32
2026-06-10T22:49:47.3660399Z    Compiling jobserver v0.1.34
2026-06-10T22:49:47.3660829Z    Compiling futures-channel v0.3.32
2026-06-10T22:49:47.4251605Z    Compiling zerocopy v0.8.50
2026-06-10T22:49:47.4252138Z    Compiling ahash v0.8.12
2026-06-10T22:49:47.4749756Z    Compiling rand_core v0.6.4
2026-06-10T22:49:47.5086735Z    Compiling cc v1.2.63
2026-06-10T22:49:47.6108399Z    Compiling fnv v1.0.7
2026-06-10T22:49:47.6977971Z    Compiling signature v2.2.0
2026-06-10T22:49:47.7044141Z    Compiling vcpkg v0.2.15
2026-06-10T22:49:47.7170142Z    Compiling pkg-config v0.3.33
2026-06-10T22:49:47.8080241Z    Compiling zmij v1.0.21
2026-06-10T22:49:47.8140326Z    Compiling serde_json v1.0.150
2026-06-10T22:49:47.8874930Z    Compiling syn v2.0.117
2026-06-10T22:49:47.8883117Z    Compiling ed25519 v2.2.3
2026-06-10T22:49:47.8888348Z    Compiling cfg_aliases v0.2.1
2026-06-10T22:49:47.9051653Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-10T22:49:47.9847007Z    Compiling crypto-common v0.1.7
2026-06-10T22:49:47.9862883Z    Compiling block-buffer v0.10.4
2026-06-10T22:49:47.9958805Z    Compiling fastrand v2.4.1
2026-06-10T22:49:48.0433560Z    Compiling rustversion v1.0.22
2026-06-10T22:49:48.0487636Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-10T22:49:48.1163894Z    Compiling fallible-iterator v0.3.0
2026-06-10T22:49:48.1164410Z    Compiling litemap v0.8.2
2026-06-10T22:49:48.2035069Z    Compiling digest v0.10.7
2026-06-10T22:49:48.2208435Z    Compiling writeable v0.6.3
2026-06-10T22:49:48.2482182Z    Compiling fs_extra v1.3.0
2026-06-10T22:49:48.3153586Z    Compiling cmake v0.1.58
2026-06-10T22:49:48.3232518Z    Compiling dunce v1.0.5
2026-06-10T22:49:48.4212882Z    Compiling sha2 v0.10.9
2026-06-10T22:49:48.4256343Z    Compiling icu_properties_data v2.2.0
2026-06-10T22:49:48.4452428Z    Compiling utf8_iter v1.0.4
2026-06-10T22:49:48.4545324Z    Compiling icu_normalizer_data v2.2.0
2026-06-10T22:49:48.4762997Z    Compiling windows-targets v0.52.6
2026-06-10T22:49:48.5149750Z    Compiling anyhow v1.0.102
2026-06-10T22:49:48.5309164Z    Compiling windows-sys v0.59.0
2026-06-10T22:49:48.5458872Z    Compiling percent-encoding v2.3.2
2026-06-10T22:49:48.6086700Z    Compiling http v1.4.1
2026-06-10T22:49:48.6431304Z    Compiling strsim v0.11.1
2026-06-10T22:49:48.7254142Z    Compiling cpufeatures v0.3.0
2026-06-10T22:49:48.7815570Z    Compiling aws-lc-rs v1.17.0
2026-06-10T22:49:48.8347420Z    Compiling thiserror v2.0.18
2026-06-10T22:49:48.8470115Z    Compiling chacha20 v0.10.0
2026-06-10T22:49:48.9344706Z    Compiling form_urlencoded v1.2.2
2026-06-10T22:49:49.1199628Z    Compiling ident_case v1.0.1
2026-06-10T22:49:49.1228223Z    Compiling untrusted v0.9.0
2026-06-10T22:49:49.1516473Z    Compiling rand v0.10.1
2026-06-10T22:49:49.1563101Z    Compiling num-traits v0.2.19
2026-06-10T22:49:49.2010033Z    Compiling windows-strings v0.5.1
2026-06-10T22:49:49.2078264Z    Compiling windows-result v0.4.1
2026-06-10T22:49:49.2610842Z    Compiling unicode-segmentation v1.13.3
2026-06-10T22:49:49.2904414Z    Compiling rustls v0.23.40
2026-06-10T22:49:49.2983207Z    Compiling scopeguard v1.2.0
2026-06-10T22:49:49.3842922Z    Compiling libsqlite3-sys v0.30.1
2026-06-10T22:49:49.4684536Z    Compiling aws-lc-sys v0.41.0
2026-06-10T22:49:49.4741055Z    Compiling ring v0.17.14
2026-06-10T22:49:49.6068885Z    Compiling lock_api v0.4.14
2026-06-10T22:49:49.6684804Z    Compiling convert_case v0.10.0
2026-06-10T22:49:49.7066835Z    Compiling const-oid v0.10.2
2026-06-10T22:49:49.7408951Z    Compiling unicode-xid v0.2.6
2026-06-10T22:49:49.7792980Z    Compiling atomic-waker v1.1.2
2026-06-10T22:49:49.8607420Z    Compiling httparse v1.10.1
2026-06-10T22:49:49.8931463Z    Compiling http-body v1.0.1
2026-06-10T22:49:49.9196072Z    Compiling hybrid-array v0.4.12
2026-06-10T22:49:49.9676904Z    Compiling winapi v0.3.9
2026-06-10T22:49:49.9787312Z    Compiling powerfmt v0.2.0
2026-06-10T22:49:49.9954925Z    Compiling base64ct v1.8.3
2026-06-10T22:49:50.0245817Z    Compiling heck v0.5.0
2026-06-10T22:49:50.0443635Z    Compiling memoffset v0.6.5
2026-06-10T22:49:50.0489217Z    Compiling thiserror v1.0.69
2026-06-10T22:49:50.3570244Z    Compiling pem-rfc7468 v1.0.0
2026-06-10T22:49:50.4186989Z    Compiling deranged v0.5.8
2026-06-10T22:49:50.4193423Z    Compiling parking_lot_core v0.9.12
2026-06-10T22:49:50.5021469Z    Compiling try-lock v0.2.5
2026-06-10T22:49:50.5547853Z    Compiling tower-service v0.3.3
2026-06-10T22:49:50.6033261Z    Compiling tinyvec_macros v0.1.1
2026-06-10T22:49:50.6125706Z    Compiling num-conv v0.2.2
2026-06-10T22:49:50.6385338Z    Compiling base64 v0.22.1
2026-06-10T22:49:50.6615867Z    Compiling data-encoding v2.11.0
2026-06-10T22:49:50.6888681Z    Compiling time-core v0.1.8
2026-06-10T22:49:50.7238343Z    Compiling tinyvec v1.11.0
2026-06-10T22:49:50.8407040Z    Compiling want v0.3.1
2026-06-10T22:49:50.8908717Z    Compiling block-buffer v0.12.0
2026-06-10T22:49:51.0127611Z    Compiling crypto-common v0.2.2
2026-06-10T22:49:51.0357201Z    Compiling vergen-lib v9.1.0
2026-06-10T22:49:51.0962850Z    Compiling n0-future v0.3.2
2026-06-10T22:49:51.1805661Z    Compiling inout v0.1.4
2026-06-10T22:49:51.1918008Z    Compiling serial-core v0.4.0
2026-06-10T22:49:51.2731078Z    Compiling httpdate v1.0.3
2026-06-10T22:49:51.3428827Z    Compiling winnow v1.0.3
2026-06-10T22:49:51.3508257Z    Compiling diatomic-waker v0.2.3
2026-06-10T22:49:51.3659536Z    Compiling winreg v0.10.1
2026-06-10T22:49:51.4163474Z    Compiling parking v2.2.1
2026-06-10T22:49:51.4530001Z    Compiling ref-cast v1.0.25
2026-06-10T22:49:51.5391765Z    Compiling synstructure v0.13.2
2026-06-10T22:49:51.5534890Z    Compiling darling_core v0.20.11
2026-06-10T22:49:51.5907552Z    Compiling cordyceps v0.3.4
2026-06-10T22:49:51.5950545Z    Compiling crossbeam-utils v0.8.21
2026-06-10T22:49:51.6126000Z    Compiling spin v0.10.0
2026-06-10T22:49:51.7588916Z    Compiling digest v0.11.3
2026-06-10T22:49:51.9050384Z    Compiling futures-buffered v0.2.13
2026-06-10T22:49:51.9629609Z    Compiling futures-lite v2.6.1
2026-06-10T22:49:51.9677142Z    Compiling serde_derive_internals v0.29.1
2026-06-10T22:49:52.0919576Z    Compiling serial-windows v0.4.0
2026-06-10T22:49:52.1445404Z    Compiling cipher v0.4.4
2026-06-10T22:49:52.3151664Z    Compiling vergen v9.1.0
2026-06-10T22:49:52.3300210Z    Compiling vergen-lib v0.1.6
2026-06-10T22:49:52.3747751Z    Compiling universal-hash v0.5.1
2026-06-10T22:49:52.4118967Z    Compiling noq-udp v0.10.0
2026-06-10T22:49:52.5634542Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-10T22:49:52.6057840Z    Compiling heapless v0.7.17
2026-06-10T22:49:52.6426218Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-10T22:49:52.6530476Z    Compiling sync_wrapper v1.0.2
2026-06-10T22:49:52.6961834Z    Compiling aho-corasick v1.1.4
2026-06-10T22:49:52.6973685Z    Compiling pin-utils v0.1.0
2026-06-10T22:49:52.7122292Z    Compiling regex-syntax v0.8.10
2026-06-10T22:49:52.8157394Z    Compiling opaque-debug v0.3.1
2026-06-10T22:49:52.8289268Z    Compiling byteorder v1.5.0
2026-06-10T22:49:52.8552497Z    Compiling toml_write v0.1.2
2026-06-10T22:49:52.9226240Z    Compiling winnow v0.7.15
2026-06-10T22:49:52.9334556Z    Compiling lazy_static v1.5.0
2026-06-10T22:49:52.9335222Z    Compiling either v1.16.0
2026-06-10T22:49:52.9932526Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-10T22:49:53.0033463Z    Compiling bitflags v1.3.2
2026-06-10T22:49:53.0872625Z    Compiling nix v0.25.1
2026-06-10T22:49:53.0873053Z    Compiling shared_library v0.1.9
2026-06-10T22:49:53.1236983Z    Compiling hash32 v0.2.1
2026-06-10T22:49:53.2450173Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-10T22:49:53.3349100Z    Compiling polyval v0.6.2
2026-06-10T22:49:53.3940099Z    Compiling parking_lot v0.12.5
2026-06-10T22:49:53.4163084Z    Compiling serial v0.4.0
2026-06-10T22:49:53.4543634Z    Compiling spin v0.9.8
2026-06-10T22:49:53.4854255Z    Compiling vergen-gitcl v1.0.8
2026-06-10T22:49:53.5994563Z    Compiling windows-threading v0.2.1
2026-06-10T22:49:53.6495931Z    Compiling downcast-rs v1.2.1
2026-06-10T22:49:53.6950860Z    Compiling shell-words v1.1.1
2026-06-10T22:49:53.7520669Z    Compiling signature v3.0.0
2026-06-10T22:49:53.7633206Z    Compiling tower-layer v0.3.3
2026-06-10T22:49:53.9030625Z    Compiling dyn-clone v1.0.20
2026-06-10T22:49:53.9287766Z    Compiling proc-macro-crate v3.5.0
2026-06-10T22:49:53.9658244Z    Compiling ghash v0.5.1
2026-06-10T22:49:54.0329387Z    Compiling ctr v0.9.2
2026-06-10T22:49:54.0715940Z    Compiling serde_derive v1.0.228
2026-06-10T22:49:54.0716852Z    Compiling zeroize_derive v1.4.3
2026-06-10T22:49:54.0733953Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-10T22:49:54.1067365Z    Compiling socket2 v0.6.4
2026-06-10T22:49:54.1623074Z    Compiling zerofrom-derive v0.1.7
2026-06-10T22:49:54.2373869Z    Compiling mio v1.2.1
2026-06-10T22:49:54.6276159Z    Compiling yoke-derive v0.8.2
2026-06-10T22:49:54.6400610Z    Compiling tokio-macros v2.7.0
2026-06-10T22:49:54.7218950Z    Compiling futures-macro v0.3.32
2026-06-10T22:49:54.7539421Z    Compiling zerovec-derive v0.11.3
2026-06-10T22:49:54.7578603Z    Compiling zeroize v1.8.2
2026-06-10T22:49:54.7830597Z    Compiling displaydoc v0.2.6
2026-06-10T22:49:54.8234078Z    Compiling tracing-attributes v0.1.31
2026-06-10T22:49:54.9715162Z    Compiling thiserror-impl v2.0.18
2026-06-10T22:49:55.4145226Z    Compiling tokio v1.52.3
2026-06-10T22:49:55.4958244Z    Compiling rustls-pki-types v1.14.1
2026-06-10T22:49:55.6195303Z    Compiling futures-util v0.3.32
2026-06-10T22:49:55.6769079Z    Compiling darling_macro v0.20.11
2026-06-10T22:49:55.8245384Z    Compiling zerofrom v0.1.8
2026-06-10T22:49:56.0635127Z    Compiling derive_more-impl v2.1.1
2026-06-10T22:49:56.1597379Z    Compiling windows-implement v0.60.2
2026-06-10T22:49:56.1789469Z    Compiling yoke v0.8.3
2026-06-10T22:49:56.1964348Z    Compiling spez v0.1.2
2026-06-10T22:49:56.1980975Z    Compiling windows-interface v0.59.3
2026-06-10T22:49:56.2165525Z    Compiling n0-error-macros v0.1.3
2026-06-10T22:49:56.2282092Z    Compiling ed25519-dalek v2.2.0
2026-06-10T22:49:56.2638619Z    Compiling darling v0.20.11
2026-06-10T22:49:56.4335882Z    Compiling spt-proto v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-10T22:49:56.5798204Z    Compiling zerovec v0.11.6
2026-06-10T22:49:56.5964275Z    Compiling zerotrie v0.2.4
2026-06-10T22:49:56.6058942Z    Compiling derive_builder_core v0.20.2
2026-06-10T22:49:56.6230538Z    Compiling der v0.8.0-rc.10
2026-06-10T22:49:56.8574087Z    Compiling thiserror-impl v1.0.69
2026-06-10T22:49:56.8649192Z    Compiling pin-project-internal v1.1.13
2026-06-10T22:49:57.0251677Z    Compiling ref-cast-impl v1.0.25
2026-06-10T22:49:57.0298624Z    Compiling windows-core v0.62.2
2026-06-10T22:49:57.0638177Z    Compiling regex-automata v0.4.14
2026-06-10T22:49:57.1250199Z    Compiling schemars_derive v1.2.1
2026-06-10T22:49:57.2254741Z    Compiling tinystr v0.8.3
2026-06-10T22:49:57.2832459Z    Compiling potential_utf v0.1.5
2026-06-10T22:49:57.4786389Z    Compiling icu_locale_core v2.2.0
2026-06-10T22:49:57.4825127Z    Compiling icu_collections v2.2.0
2026-06-10T22:49:57.5850637Z    Compiling n0-error v0.1.3
2026-06-10T22:49:57.8610440Z    Compiling derive_builder_macro v0.20.2
2026-06-10T22:49:57.9407970Z    Compiling spki v0.8.0-rc.4
2026-06-10T22:49:58.1822772Z    Compiling pin-project v1.1.13
2026-06-10T22:49:58.2099519Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-10T22:49:58.2173039Z    Compiling windows-collections v0.3.2
2026-06-10T22:49:58.3481486Z    Compiling ipnet v2.12.0
2026-06-10T22:49:58.3982649Z    Compiling icu_provider v2.2.0
2026-06-10T22:49:58.4455505Z    Compiling derive_builder v0.20.2
2026-06-10T22:49:58.4630527Z    Compiling toml_datetime v0.6.11
2026-06-10T22:49:58.5293139Z    Compiling serde_spanned v0.6.9
2026-06-10T22:49:58.6085166Z    Compiling filedescriptor v0.8.3
2026-06-10T22:49:58.6771305Z    Compiling icu_normalizer v2.2.0
2026-06-10T22:49:58.6833007Z    Compiling icu_properties v2.2.0
2026-06-10T22:49:58.7202254Z    Compiling once_cell v1.21.4
2026-06-10T22:49:58.7251937Z    Compiling prefix-trie v0.8.4
2026-06-10T22:49:58.8018891Z    Compiling toml_edit v0.22.27
2026-06-10T22:49:58.8183018Z    Compiling futures-executor v0.3.32
2026-06-10T22:49:58.9577866Z    Compiling tracing-core v0.1.36
2026-06-10T22:49:58.9910087Z    Compiling tempfile v3.27.0
2026-06-10T22:49:59.0259050Z    Compiling schemars v1.2.1
2026-06-10T22:49:59.1019293Z    Compiling hashbrown v0.14.5
2026-06-10T22:49:59.1332227Z    Compiling futures v0.3.32
2026-06-10T22:49:59.1569495Z    Compiling regex v1.12.3
2026-06-10T22:49:59.1569989Z    Compiling portable-pty v0.8.1
2026-06-10T22:49:59.2600818Z    Compiling ed25519 v3.0.0-rc.4
2026-06-10T22:49:59.3532728Z    Compiling tracing v0.1.44
2026-06-10T22:49:59.5367696Z    Compiling tokio-util v0.7.18
2026-06-10T22:49:59.6124055Z    Compiling hashlink v0.9.1
2026-06-10T22:49:59.7389519Z    Compiling windows-numerics v0.3.1
2026-06-10T22:49:59.8100839Z    Compiling windows-future v0.3.2
2026-06-10T22:49:59.8416054Z    Compiling idna_adapter v1.2.2
2026-06-10T22:49:59.9585726Z    Compiling rusqlite v0.32.1
2026-06-10T22:49:59.9703483Z    Compiling idna v1.1.0
2026-06-10T22:49:59.9718747Z    Compiling cobs v0.3.0
2026-06-10T22:50:00.1852048Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-10T22:50:00.2015461Z    Compiling postcard-derive v0.2.2
2026-06-10T22:50:00.2244562Z    Compiling derive_more v2.1.1
2026-06-10T22:50:00.2554978Z    Compiling url v2.5.8
2026-06-10T22:50:00.4478987Z    Compiling h2 v0.4.14
2026-06-10T22:50:00.4947501Z    Compiling aes v0.8.4
2026-06-10T22:50:00.6291247Z    Compiling toml v0.8.23
2026-06-10T22:50:00.6979348Z    Compiling sha2 v0.11.0-rc.5
2026-06-10T22:50:00.7687760Z    Compiling spt-store v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-10T22:50:00.8256874Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-10T22:50:01.1429726Z    Compiling time v0.3.47
2026-06-10T22:50:01.2237197Z    Compiling http-body-util v0.1.3
2026-06-10T22:50:01.2661355Z    Compiling aead v0.5.2
2026-06-10T22:50:01.5306558Z    Compiling ipconfig v0.3.4
2026-06-10T22:50:01.5321399Z    Compiling widestring v1.2.1
2026-06-10T22:50:01.5998440Z    Compiling aes-gcm v0.10.3
2026-06-10T22:50:01.6337640Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-10T22:50:01.6338158Z    Compiling postcard v1.1.3
2026-06-10T22:50:01.6398013Z    Compiling data-encoding-macro v0.1.20
2026-06-10T22:50:01.6640411Z    Compiling windows v0.62.2
2026-06-10T22:50:01.7771370Z    Compiling tower v0.5.3
2026-06-10T22:50:01.8329919Z    Compiling chrono v0.4.45
2026-06-10T22:50:01.8556948Z    Compiling num_enum_derive v0.7.6
2026-06-10T22:50:02.0069438Z    Compiling strum_macros v0.28.0
2026-06-10T22:50:02.0116710Z    Compiling async-trait v0.1.89
2026-06-10T22:50:02.1385698Z    Compiling enum-assoc v1.3.0
2026-06-10T22:50:02.3485629Z    Compiling iroh-metrics-derive v0.4.1
2026-06-10T22:50:02.4310160Z    Compiling crossbeam-channel v0.5.15
2026-06-10T22:50:02.9032434Z    Compiling spt-msg v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-10T22:50:03.0316682Z    Compiling crossbeam-epoch v0.9.18
2026-06-10T22:50:03.0661273Z    Compiling windows-registry v0.6.1
2026-06-10T22:50:03.1096741Z    Compiling blake3 v1.8.5
2026-06-10T22:50:03.2024611Z    Compiling netwatch v0.16.0
2026-06-10T22:50:03.2257841Z    Compiling noq v0.18.0
2026-06-10T22:50:03.4581211Z    Compiling uuid v1.23.2
2026-06-10T22:50:03.4582349Z    Compiling acto v0.8.2
2026-06-10T22:50:03.5068768Z    Compiling allocator-api2 v0.2.21
2026-06-10T22:50:03.5069192Z    Compiling xml-rs v0.8.28
2026-06-10T22:50:03.5543316Z    Compiling identity-hash v0.1.0
2026-06-10T22:50:03.5660585Z    Compiling tagptr v0.2.0
2026-06-10T22:50:03.6987254Z    Compiling foldhash v0.2.0
2026-06-10T22:50:03.7264551Z    Compiling ryu v1.0.23
2026-06-10T22:50:03.7538884Z    Compiling mac-addr v0.3.0
2026-06-10T22:50:03.7785988Z    Compiling rustc-hash v2.1.2
2026-06-10T22:50:03.8928565Z    Compiling sorted-index-buffer v0.2.1
2026-06-10T22:50:03.9127324Z    Compiling lru-slab v0.1.2
2026-06-10T22:50:03.9155239Z    Compiling netdev v0.42.0
2026-06-10T22:50:03.9437414Z    Compiling iroh-metrics v0.38.3
2026-06-10T22:50:03.9537889Z    Compiling hashbrown v0.16.1
2026-06-10T22:50:03.9870463Z    Compiling hyper v1.10.1
2026-06-10T22:50:04.0221831Z    Compiling iroh-relay v0.98.0
2026-06-10T22:50:04.0390612Z    Compiling moka v0.12.15
2026-06-10T22:50:04.0793368Z    Compiling xmltree v0.10.3
2026-06-10T22:50:04.4061944Z    Compiling spt-term v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-10T22:50:04.4496316Z    Compiling strum v0.28.0
2026-06-10T22:50:04.5606397Z    Compiling spt-runtime v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-10T22:50:04.6455235Z    Compiling num_enum v0.7.6
2026-06-10T22:50:04.6567625Z    Compiling tower-http v0.6.11
2026-06-10T22:50:04.7333606Z    Compiling iroh-base v0.98.0
2026-06-10T22:50:04.8017592Z    Compiling attohttpc v0.30.1
2026-06-10T22:50:04.9046712Z    Compiling n0-watcher v0.6.1
2026-06-10T22:50:04.9812026Z    Compiling tokio-stream v0.1.18
2026-06-10T22:50:05.1490218Z    Compiling simple-dns v0.9.3
2026-06-10T22:50:05.1651920Z    Compiling arrayref v0.3.9
2026-06-10T22:50:05.2016033Z    Compiling sha1_smol v1.0.1
2026-06-10T22:50:05.2108541Z    Compiling smol_str v0.1.24
2026-06-10T22:50:05.2605836Z    Compiling simdutf8 v0.1.5
2026-06-10T22:50:05.4456169Z    Compiling hyper-util v0.1.20
2026-06-10T22:50:05.4519722Z    Compiling arrayvec v0.7.6
2026-06-10T22:50:05.4681539Z    Compiling resolv-conf v0.7.6
2026-06-10T22:50:05.5102616Z    Compiling constant_time_eq v0.4.2
2026-06-10T22:50:05.7182409Z    Compiling lru v0.16.4
2026-06-10T22:50:05.8825677Z    Compiling webpki-roots v1.0.7
2026-06-10T22:50:05.8857782Z    Compiling seize v0.5.1
2026-06-10T22:50:05.8883377Z    Compiling serde_bytes v0.11.19
2026-06-10T22:50:05.9930073Z    Compiling hmac v0.12.1
2026-06-10T22:50:06.0108459Z    Compiling iroh v0.98.2
2026-06-10T22:50:06.1373780Z    Compiling iroh-dns v0.98.0
2026-06-10T22:50:06.1554029Z    Compiling cmov v0.5.4
2026-06-10T22:50:06.1581705Z    Compiling hkdf v0.12.4
2026-06-10T22:50:06.2143849Z    Compiling papaya v0.2.4
2026-06-10T22:50:06.3198772Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-10T22:50:06.3825742Z    Compiling ctutils v0.4.2
2026-06-10T22:50:06.4224346Z    Compiling backon v1.6.0
2026-06-10T22:50:06.4224850Z    Compiling spake2 v0.4.0
2026-06-10T22:50:06.4426763Z    Compiling sha1 v0.10.6
2026-06-10T22:50:06.5204072Z    Compiling doctest-file v1.1.1
2026-06-10T22:50:06.5289692Z    Compiling recvmsg v1.0.0
2026-06-10T22:50:06.6446268Z    Compiling spt-live v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-10T22:50:06.6760219Z    Compiling once_cell_polyfill v1.70.2
2026-06-10T22:50:06.6970501Z    Compiling utf8parse v0.2.2
2026-06-10T22:50:06.7204508Z    Compiling anstyle v1.0.14
2026-06-10T22:50:06.7234182Z    Compiling anstyle-query v1.1.5
2026-06-10T22:50:06.7936852Z    Compiling igd-next v0.17.1
2026-06-10T22:50:06.8068194Z    Compiling anstyle-parse v1.0.0
2026-06-10T22:50:06.8133924Z    Compiling is_terminal_polyfill v1.70.2
2026-06-10T22:50:06.8804590Z    Compiling colorchoice v1.0.5
2026-06-10T22:50:06.8844443Z    Compiling anstyle-wincon v3.0.11
2026-06-10T22:50:06.9006445Z    Compiling terminal_size v0.4.4
2026-06-10T22:50:06.9721439Z    Compiling clap_lex v1.1.0
2026-06-10T22:50:07.0121735Z    Compiling anstream v1.0.0
2026-06-10T22:50:07.0245057Z    Compiling interprocess v2.4.2
2026-06-10T22:50:07.0245507Z    Compiling clap_derive v4.6.1
2026-06-10T22:50:07.0503096Z    Compiling qrcode v0.14.1
2026-06-10T22:50:07.3019470Z    Compiling mock-adapter v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-10T22:50:07.5462541Z    Compiling clap_builder v4.6.0
2026-06-10T22:50:09.4612193Z    Compiling clap v4.6.1
2026-06-10T22:50:10.8620311Z    Compiling wmi v0.18.4
2026-06-10T22:50:12.5410584Z    Compiling portmapper v0.16.0
2026-06-10T22:50:22.8003967Z    Compiling rustls-webpki v0.103.13
2026-06-10T22:50:24.9631220Z    Compiling tokio-rustls v0.26.4
2026-06-10T22:50:24.9631573Z    Compiling rustls-platform-verifier v0.7.0
2026-06-10T22:50:24.9631821Z    Compiling noq-proto v0.17.0
2026-06-10T22:50:25.0981501Z    Compiling hyper-rustls v0.27.9
2026-06-10T22:50:25.0981914Z    Compiling hickory-net v0.26.0-beta.4
2026-06-10T22:50:25.0982236Z    Compiling tokio-websockets v0.13.2
2026-06-10T22:50:25.2335270Z    Compiling reqwest v0.13.4
2026-06-10T22:50:26.1487614Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-10T22:50:43.3249232Z    Compiling spt-net v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-10T22:50:44.6104130Z    Compiling spt-daemon v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-10T22:50:52.9095205Z    Compiling spt v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-10T22:51:00.2700946Z    Compiling xtask v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-10T22:51:21.5300826Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
2026-06-10T22:51:21.6725992Z ##[group]Run cargo test --workspace
2026-06-10T22:51:21.6726324Z [36;1mcargo test --workspace[0m
2026-06-10T22:51:21.6799033Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-10T22:51:21.6799358Z ##[endgroup]
2026-06-10T22:51:22.4329944Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
2026-06-10T22:51:22.4884949Z      Running unittests src\main.rs (target\debug\deps\mock_session-f32992f8d55a1782.exe)
2026-06-10T22:51:22.5115047Z 
2026-06-10T22:51:22.5115286Z running 0 tests
2026-06-10T22:51:22.5115459Z 
2026-06-10T22:51:22.5115662Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:51:22.5115918Z 
2026-06-10T22:51:22.5127186Z      Running unittests src\shell.rs (target\debug\deps\mock_shell-8726e58dfb539f15.exe)
2026-06-10T22:51:22.5334293Z 
2026-06-10T22:51:22.5334551Z running 0 tests
2026-06-10T22:51:22.5335333Z 
2026-06-10T22:51:22.5335605Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:51:22.5335904Z 
2026-06-10T22:51:22.5345754Z      Running tests\manifest_valid.rs (target\debug\deps\manifest_valid-9a29a52ccd9f6c0a.exe)
2026-06-10T22:51:22.7351811Z 
2026-06-10T22:51:22.7352019Z running 3 tests
2026-06-10T22:51:22.7445232Z test mock_manifest_parses_and_validates ... ok
2026-06-10T22:51:22.7445876Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-10T22:51:22.7446329Z test mock_has_no_claude_code_conventions ... ok
2026-06-10T22:51:22.7446548Z 
2026-06-10T22:51:22.7446836Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-10T22:51:22.7447206Z 
2026-06-10T22:51:22.7461966Z      Running unittests src\main.rs (target\debug\deps\spt-0d4bc223a23aa54b.exe)
2026-06-10T22:51:23.6952350Z 
2026-06-10T22:51:23.6953393Z running 108 tests
2026-06-10T22:51:23.6973611Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-10T22:51:23.6980059Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-10T22:51:23.6980932Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-10T22:51:23.6985875Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-10T22:51:23.6994057Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-10T22:51:23.6997397Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-10T22:51:23.7049197Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-10T22:51:23.7137587Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-10T22:51:23.7160618Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-10T22:51:23.7179659Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-10T22:51:23.8167241Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-10T22:51:23.8197140Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-10T22:51:23.8202905Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-10T22:51:23.8204569Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-10T22:51:23.8515851Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-10T22:51:23.8599346Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-10T22:51:23.8669341Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-10T22:51:23.9579294Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-10T22:51:24.0208221Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-10T22:51:24.0227263Z test api::tests::adapter_is_required ... ok
2026-06-10T22:51:24.0237213Z test api::tests::state_value_is_validated ... ok
2026-06-10T22:51:24.0262237Z test api::tests::surface_parses ... ok
2026-06-10T22:51:24.1597167Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-10T22:51:24.1653036Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-10T22:51:24.1798104Z test api::reporting::tests::history_log_appends ... ok
2026-06-10T22:51:24.1846888Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-10T22:51:24.1952547Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-10T22:51:24.1999867Z test cli::tests::access_subcommands_parse ... ok
2026-06-10T22:51:24.2037591Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-10T22:51:24.2039182Z test cli::tests::connection_lines_net_less_hides_stale_heartbeat ... ok
2026-06-10T22:51:24.2043320Z test cli::tests::create_existing_name_is_usage_error ... ok
2026-06-10T22:51:24.2047169Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-10T22:51:24.2184407Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-10T22:51:24.2185981Z test cli::tests::create_not_elevated_refuses_without_saving ... ok
2026-06-10T22:51:24.2210882Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-10T22:51:24.2262106Z test cli::tests::daemon_subcommands_parse ... ok
2026-06-10T22:51:24.2272632Z test cli::tests::digest_flag_defaults ... ok
2026-06-10T22:51:24.2273892Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-10T22:51:24.2330464Z test cli::tests::create_prints_joining_material_when_elevated ... ok
2026-06-10T22:51:24.2331649Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-10T22:51:24.2363988Z test cli::tests::endpoint_subcommands_parse ... ok
2026-06-10T22:51:24.2395737Z test cli::tests::grant_subcommands_parse ... ok
2026-06-10T22:51:24.2409995Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-10T22:51:24.2435643Z test cli::tests::help_groups_cover_every_command ... ok
2026-06-10T22:51:24.2449938Z test cli::tests::how_to_topics_cover_ready_and_send ... ok
2026-06-10T22:51:24.2463313Z test cli::tests::invalid_usage_errors ... ok
2026-06-10T22:51:24.2465105Z test cli::tests::join_gate_refuses_without_confirmed_elevation ... ok
2026-06-10T22:51:24.2498546Z test cli::tests::hot_path_flat_and_moved_verbs_gone ... ok
2026-06-10T22:51:24.2502229Z test cli::tests::node_level_label_names_an_endpointless_peer ... ok
2026-06-10T22:51:24.2504345Z test cli::tests::node_rows_disambiguate_only_on_label_collision ... ok
2026-06-10T22:51:24.2507108Z test cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale ... ok
2026-06-10T22:51:24.2509856Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-10T22:51:24.2513437Z test cli::tests::notify_subnet_resolution_home_default ... ok
2026-06-10T22:51:24.2541707Z test cli::tests::notify_surface_parses ... ok
2026-06-10T22:51:24.2543809Z test cli::tests::origin_set_and_asset_urls_latest_and_tag ... ok
2026-06-10T22:51:24.2617587Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-10T22:51:24.2630064Z test cli::tests::pair_namespace_is_gone ... ok
2026-06-10T22:51:24.2632153Z test cli::tests::pending_message_renders_semver_or_counter_fallback_and_never_claims_applied ... ok
2026-06-10T22:51:24.2798891Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-10T22:51:24.2841835Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-10T22:51:24.2999849Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-10T22:51:24.3004743Z test cli::tests::prune_candidates_resolve_never_guess ... ok
2026-06-10T22:51:24.3018301Z test cli::tests::ring_timeout_defaults ... ok
2026-06-10T22:51:24.3050842Z test api::startup::tests::missing_seed_refused ... ok
2026-06-10T22:51:24.3062718Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-10T22:51:24.3313612Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-10T22:51:24.3574009Z test cli::tests::run_bounded_yields_value_or_timeout_default ... ok
2026-06-10T22:51:24.3587940Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-10T22:51:24.3639761Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-10T22:51:24.3736402Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-10T22:51:24.3778499Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-10T22:51:24.3836726Z test cli::tests::shell_subcommands_parse ... ok
2026-06-10T22:51:24.3888640Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-10T22:51:24.3947403Z test cli::tests::show_code_prints_reprovisioning_material ... ok
2026-06-10T22:51:24.4041591Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-10T22:51:24.4070572Z test cli::tests::subcommands_parse ... ok
2026-06-10T22:51:24.4143260Z test cli::tests::subnet_arg_shapes_parse ... ok
2026-06-10T22:51:24.4147956Z test cli::tests::subnet_status_renders_rows_and_hints_never_secrets ... ok
2026-06-10T22:51:24.4149519Z test cli::tests::subnets_joined_banner_renders_rows_and_divider ... ok
2026-06-10T22:51:24.4150866Z test cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation ... ok
2026-06-10T22:51:24.4153249Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-10T22:51:24.4155570Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-10T22:51:24.4156834Z test elevation::tests::admin_terminal_style_has_no_command_prefix ... ok
2026-06-10T22:51:24.4157734Z test elevation::tests::auto_elevate_only_when_unix_interactive_and_unelevated ... ok
2026-06-10T22:51:24.4158886Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-10T22:51:24.4160272Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-10T22:51:24.4161363Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-10T22:51:24.4162687Z test elevation::tests::sudo_rerun_shell_quotes_spaced_args ... ok
2026-06-10T22:51:24.4163902Z test elevation::tests::sudo_rerun_uses_absolute_path_not_bare_name ... ok
2026-06-10T22:51:24.4192324Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-10T22:51:24.4194377Z test wansend::tests::refusals_render_copy_paste_targets ... ok
2026-06-10T22:51:24.4357514Z test cli::tests::probe_all_timeout_settles_false_without_stalling_batch ... ok
2026-06-10T22:51:24.4529317Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-10T22:51:24.4813172Z test cli::tests::probe_all_runs_concurrently_in_input_order ... ok
2026-06-10T22:51:24.5087972Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-10T22:51:24.5115893Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-10T22:51:24.7676649Z test cli::tests::probe_all_cap_batches_into_windows ... ok
2026-06-10T22:51:26.5662126Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-10T22:51:41.9649748Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-10T22:51:42.1326190Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-10T22:51:42.1655571Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-10T22:51:42.1942532Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-10T22:51:42.3083878Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-10T22:51:42.5663448Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-10T22:51:52.8992024Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-10T22:51:52.9063355Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-10T22:51:53.1678003Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-10T22:51:53.2843485Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-10T22:51:53.2843840Z 
2026-06-10T22:51:53.2844615Z test result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 29.59s
2026-06-10T22:51:53.2845085Z 
2026-06-10T22:51:53.2942007Z      Running tests\brain_split.rs (target\debug\deps\brain_split-e1fcf78ea34f952b.exe)
2026-06-10T22:51:53.3179571Z 
2026-06-10T22:51:53.3179768Z running 2 tests
2026-06-10T22:51:54.0309958Z ELEVATED_DAEMON: no unelevated identity to drop to — serving with the elevated token
2026-06-10T22:51:54.0310491Z ELEVATED_DAEMON: no unelevated identity to drop to — serving with the elevated token
2026-06-10T22:51:54.0913058Z BRAIN_UP: connected to broker spt-daemon-broker-e2df806a2b610aed.sock (pid 32824, generation 0, start-reason cold)
2026-06-10T22:51:54.1002672Z BRAIN_UP: connected to broker spt-daemon-broker-c1258e90c1661403.sock (pid 7036, generation 0, start-reason cold)
2026-06-10T22:51:55.4781198Z BRAIN_EXIT: brain child exited (exit code: 1) — respawning
2026-06-10T22:51:55.4781538Z BRAIN_RESTART: supervised respawn in 4s
2026-06-10T22:51:55.4865799Z BRAIN_EXIT: brain child exited (exit code: 1) — respawning
2026-06-10T22:51:55.4866576Z BRAIN_RESTART: supervised respawn in 4s
2026-06-10T22:51:59.4995566Z BRAIN_UP: connected to broker spt-daemon-broker-e2df806a2b610aed.sock (pid 40200, generation 1, start-reason crash)
2026-06-10T22:51:59.5067944Z BRAIN_UP: connected to broker spt-daemon-broker-c1258e90c1661403.sock (pid 41708, generation 1, start-reason crash)
2026-06-10T22:52:00.7236784Z test broker_survives_brain_kill_and_respawns_it ... ok
2026-06-10T22:52:00.8012473Z test seed_anchor_survives_brain_cycle ... ok
2026-06-10T22:52:00.8012668Z 
2026-06-10T22:52:00.8012916Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.48s
2026-06-10T22:52:00.8013156Z 
2026-06-10T22:52:00.8024897Z      Running tests\brain_survive.rs (target\debug\deps\brain_survive-8fc70538cb523fc7.exe)
2026-06-10T22:52:01.4926630Z 
2026-06-10T22:52:01.4927015Z running 1 test
2026-06-10T22:52:05.1000693Z BRAIN_UP: connected to broker spt-daemon-broker-1d9cc90837f36bd5.sock (pid 35900, generation 0, start-reason cold)
2026-06-10T22:52:05.1004508Z BRAIN_RESUMED: re-attached 1 session(s): [1]
2026-06-10T22:52:06.9949828Z BRAIN_UP: connected to broker spt-daemon-broker-1d9cc90837f36bd5.sock (pid 36096, generation 1, start-reason update)
2026-06-10T22:52:06.9953472Z BRAIN_RESUMED: re-attached 1 session(s): [1]
2026-06-10T22:52:08.1897149Z test pty_and_quic_survive_brain_process_restart_onto_swapped_binary ... ok
2026-06-10T22:52:08.1897590Z 
2026-06-10T22:52:08.1897883Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.70s
2026-06-10T22:52:08.1898207Z 
2026-06-10T22:52:08.1937898Z      Running tests\contract_e2e.rs (target\debug\deps\contract_e2e-3313625e642c5d84.exe)
2026-06-10T22:52:08.6588920Z 
2026-06-10T22:52:08.6589238Z running 4 tests
2026-06-10T22:52:09.1659585Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-10T22:52:09.1927232Z SEEDED:40556
2026-06-10T22:52:10.2050378Z test live_agent_lifecycle_e2e ... ok
2026-06-10T22:52:10.3530724Z test mock_adapter_drives_the_full_contract ... ok
2026-06-10T22:52:10.4023871Z SEEDED:40556
2026-06-10T22:52:10.6949746Z test seed_then_listen_binds_and_relays ... ok
2026-06-10T22:52:10.6949911Z 
2026-06-10T22:52:10.6950072Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.04s
2026-06-10T22:52:10.6950288Z 
2026-06-10T22:52:10.6964614Z      Running tests\n1_compat.rs (target\debug\deps\n1_compat-9465db6dfc75c857.exe)
2026-06-10T22:52:10.7379017Z 
2026-06-10T22:52:10.7379124Z running 1 test
2026-06-10T22:52:11.9571059Z test brain_accepts_old_and_new_broker_argv ... ok
2026-06-10T22:52:11.9571234Z 
2026-06-10T22:52:11.9571392Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s
2026-06-10T22:52:11.9571614Z 
2026-06-10T22:52:11.9583271Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-344cb6d6e41a9200.exe)
2026-06-10T22:52:12.0028414Z 
2026-06-10T22:52:12.0028785Z running 1 test
2026-06-10T22:52:12.0030030Z test new_brain_serves_against_old_broker ... ok
2026-06-10T22:52:12.0030272Z 
2026-06-10T22:52:12.0030431Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:52:12.0030649Z 
2026-06-10T22:52:12.0040990Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-f223b0904b831f5a.exe)
2026-06-10T22:52:12.4628700Z 
2026-06-10T22:52:12.4628928Z running 1 test
2026-06-10T22:52:12.4630402Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-10T22:52:12.4630577Z 
2026-06-10T22:52:12.4630734Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:52:12.4630956Z 
2026-06-10T22:52:12.4641081Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-a3616d12b07ba8c8.exe)
2026-06-10T22:52:12.5065730Z 
2026-06-10T22:52:12.5065820Z running 1 test
2026-06-10T22:52:12.5067511Z test install_script_against_staged_release ... ok
2026-06-10T22:52:12.5067677Z 
2026-06-10T22:52:12.5067840Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:52:12.5068063Z 
2026-06-10T22:52:12.5078447Z      Running tests\quickstart_e2e.rs (target\debug\deps\quickstart_e2e-6404efb2b8d0e9e8.exe)
2026-06-10T22:52:12.5282952Z 
2026-06-10T22:52:12.5283067Z running 1 test
2026-06-10T22:52:14.9700447Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-10T22:52:14.9700642Z 
2026-06-10T22:52:14.9700800Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.44s
2026-06-10T22:52:14.9701011Z 
2026-06-10T22:52:14.9713305Z      Running tests\release_verify_e2e.rs (target\debug\deps\release_verify_e2e-d615ca976bcf24b8.exe)
2026-06-10T22:52:15.3514822Z 
2026-06-10T22:52:15.3515067Z running 1 test
2026-06-10T22:52:15.3516502Z test published_release_verifies_against_embedded_anchor ... ok
2026-06-10T22:52:15.3516721Z 
2026-06-10T22:52:15.3516884Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:52:15.3517102Z 
2026-06-10T22:52:15.3528809Z      Running tests\shell_e2e.rs (target\debug\deps\shell_e2e-d61fad40731f9ccb.exe)
2026-06-10T22:52:15.8201579Z 
2026-06-10T22:52:15.8201837Z running 1 test
2026-06-10T22:52:16.6894378Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-10T22:52:16.6894556Z 
2026-06-10T22:52:16.6894719Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s
2026-06-10T22:52:16.6894941Z 
2026-06-10T22:52:16.6913830Z      Running tests\shell_sleepwake_e2e.rs (target\debug\deps\shell_sleepwake_e2e-4131950c5841e810.exe)
2026-06-10T22:52:17.2249320Z 
2026-06-10T22:52:17.2249575Z running 1 test
2026-06-10T22:52:18.6256545Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-10T22:52:18.6256720Z 
2026-06-10T22:52:18.6256873Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.40s
2026-06-10T22:52:18.6257114Z 
2026-06-10T22:52:18.6273216Z      Running unittests src\lib.rs (target\debug\deps\spt_daemon-3b54fc9e1a280d9c.exe)
2026-06-10T22:52:19.3239661Z 
2026-06-10T22:52:19.3240000Z running 263 tests
2026-06-10T22:52:19.3247783Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-10T22:52:19.3248617Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-10T22:52:19.3250561Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-10T22:52:19.3450841Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-10T22:52:19.3451406Z test applyhost::tests::brain_restart_verb_raises_the_supervisor_signal ... ok
2026-06-10T22:52:19.3451917Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-10T22:52:19.3459823Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-10T22:52:19.3461368Z test brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy ... ok
2026-06-10T22:52:19.3462118Z test brainproc::tests::brain_child_args_carry_generation_and_reason ... ok
2026-06-10T22:52:19.3469236Z test brainproc::tests::appended_padding_flips_exe_hash ... ok
2026-06-10T22:52:19.3473339Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-10T22:52:19.3473907Z test brainproc::tests::consumer_gate_spawns_once_when_net_enabled ... ok
2026-06-10T22:52:19.3474411Z test brainproc::tests::ready_exe_hash_parses_and_is_n1_readable ... ok
2026-06-10T22:52:19.3477613Z test brainproc::tests::rollback_running_version_is_prior_not_n_minus_one ... ok
2026-06-10T22:52:19.3478393Z test brainproc::tests::ready_generation_parses_stamp_and_fails_safe ... ok
2026-06-10T22:52:19.3531424Z test access::tests::gate_decision_table ... ok
2026-06-10T22:52:19.3545849Z test brainproc::tests::start_reason_arg_round_trips_and_is_lenient ... ok
2026-06-10T22:52:19.3569183Z test applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads ... ok
2026-06-10T22:52:19.3572754Z test brainproc::tests::ready_generation_at_reads_file_and_absent_is_none ... ok
2026-06-10T22:52:19.3641331Z test applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary ... ok
2026-06-10T22:52:19.3672133Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-10T22:52:19.3703621Z test brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor ... ok
2026-06-10T22:52:19.3706084Z test broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic ... ok
2026-06-10T22:52:19.3710592Z test applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single ... ok
2026-06-10T22:52:19.3711172Z test broker::tests::sessions_reply_resume_seq_defaults_when_absent ... ok
2026-06-10T22:52:19.3717412Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-10T22:52:19.3719586Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-10T22:52:19.3727129Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-10T22:52:19.3727696Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-10T22:52:19.3743072Z test applyhost::tests::apply_staged_refuses_a_quarantined_version ... ok
2026-06-10T22:52:19.3781934Z test brainproc::tests::planned_restart_respawns_with_update_reason ... ok
2026-06-10T22:52:19.3808908Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-10T22:52:19.3809570Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-10T22:52:19.3815898Z test config::tests::detached_subnets_knob_defaults_empty ... ok
2026-06-10T22:52:19.3832063Z test applyhost::tests::apply_staged_update_set_selects_local_platform_artifact ... ok
2026-06-10T22:52:19.3849546Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-10T22:52:19.3850171Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-10T22:52:19.3852614Z test config::tests::missing_file_is_default ... ok
2026-06-10T22:52:19.3857167Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-10T22:52:19.3857721Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-10T22:52:19.3861174Z test daemon::tests::net_retry_backoff_doubles_then_caps ... ok
2026-06-10T22:52:19.3864310Z test daemon::tests::windows_arg_quoting_roundtrips_the_rules ... ok
2026-06-10T22:52:19.3867822Z test deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall ... ok
2026-06-10T22:52:19.3898409Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-10T22:52:19.3913902Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-10T22:52:19.3922515Z test config::tests::save_load_roundtrip ... ok
2026-06-10T22:52:19.3929599Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-10T22:52:19.3930138Z test deadline::tests::next_fire_between_grid_points_rounds_up ... ok
2026-06-10T22:52:19.3932385Z test deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly ... ok
2026-06-10T22:52:19.3937725Z test deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one ... ok
2026-06-10T22:52:19.3938573Z test deadline::tests::next_fire_saturates_when_now_precedes_anchor ... ok
2026-06-10T22:52:19.3943310Z test deadline::tests::one_shot_fires_at_or_after_target_and_never_resets ... ok
2026-06-10T22:52:19.3950801Z test deadline::tests::cold_and_crash_write_fresh_anchor_at_now ... ok
2026-06-10T22:52:19.3955825Z test deadline::tests::zero_interval_degrades_to_config_default ... ok
2026-06-10T22:52:19.3962275Z test deelevate::tests::env_overlay_keeps_explicit_spt_home_alive ... ok
2026-06-10T22:52:19.3963965Z test deelevate::tests::plan_spawn_deelevates_only_with_a_target ... ok
2026-06-10T22:52:19.4005467Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-10T22:52:19.4010469Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-10T22:52:19.4017886Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-10T22:52:19.4037555Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-10T22:52:19.4042697Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-10T22:52:19.4050577Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-10T22:52:19.4069274Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-10T22:52:19.4071616Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-10T22:52:19.4075472Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-10T22:52:19.4077280Z test digesthub::tests::render_is_glanceable ... ok
2026-06-10T22:52:19.4080141Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-10T22:52:19.4080865Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-10T22:52:19.4083542Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-10T22:52:19.4084245Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-10T22:52:19.4084798Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-10T22:52:19.4086107Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-10T22:52:19.4087685Z test deadline::tests::corrupt_file_degrades_to_fresh ... ok
2026-06-10T22:52:19.4102834Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-10T22:52:19.4168647Z test deadline::tests::distinct_keys_do_not_cross_clobber ... ok
2026-06-10T22:52:19.4170767Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-10T22:52:19.4172399Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-10T22:52:19.4173398Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-10T22:52:19.4174480Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-10T22:52:19.4176159Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-10T22:52:19.4177716Z test grants::tests::escalation_answers_apply ... ok
2026-06-10T22:52:19.4179813Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-10T22:52:19.4227095Z test deadline::tests::update_keeps_anchor_and_refreshes_interval ... ok
2026-06-10T22:52:19.4228313Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-10T22:52:19.4229559Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-10T22:52:19.4230910Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-10T22:52:19.4232181Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-10T22:52:19.4240110Z test deadline::tests::update_with_no_file_falls_back_fresh ... ok
2026-06-10T22:52:19.4287358Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-10T22:52:19.4289108Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-10T22:52:19.4296717Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-10T22:52:19.4300328Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-10T22:52:19.4302903Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-10T22:52:19.5524926Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-10T22:52:19.5584160Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-10T22:52:19.5641330Z test brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file ... ok
2026-06-10T22:52:19.5925302Z test brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary ... ok
2026-06-10T22:52:19.6698519Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-10T22:52:19.6744451Z test brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback ... ok
2026-06-10T22:52:19.7709693Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-10T22:52:19.7711373Z test machineid::tests::hash_is_domain_separated_and_stable ... ok
2026-06-10T22:52:19.7868513Z test brainproc::tests::stale_generation_minus_one_ready_never_promotes ... ok
2026-06-10T22:52:19.7870201Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-10T22:52:19.7872287Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-10T22:52:19.7873607Z test msg::tests::output_envelope_round_trips ... ok
2026-06-10T22:52:19.7875399Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-10T22:52:19.7876698Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-10T22:52:19.8078260Z test brainproc::tests::supervisor_owns_generation_and_stamps_start_reason ... ok
2026-06-10T22:52:19.8198193Z test brainproc::tests::supervisor_respawns_brain_until_stopped ... ok
2026-06-10T22:52:19.8271550Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-10T22:52:19.8586693Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-10T22:52:19.8737491Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-10T22:52:19.9366364Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-10T22:52:20.0290639Z test brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits ... ok
2026-06-10T22:52:20.0390753Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-10T22:52:20.0663838Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-10T22:52:20.1146311Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-10T22:52:20.2123770Z test lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire ... ok
2026-06-10T22:52:20.3102795Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-10T22:52:20.4324053Z test lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases ... ok
2026-06-10T22:52:20.4913799Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-10T22:52:20.5166369Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-10T22:52:20.5599064Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-10T22:52:20.5813878Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-10T22:52:20.5814908Z test pairhost::tests::wire_errors_classify_for_the_guided_ux ... ok
2026-06-10T22:52:20.5822151Z test peerloop::tests::advertise_marker_is_taken_exactly_once ... ok
2026-06-10T22:52:20.5959895Z test peerloop::tests::fire_due_rotations_rotates_due_and_leaves_pending ... ok
2026-06-10T22:52:20.5961119Z test peerloop::tests::first_tick_is_due_and_never_underflows ... ok
2026-06-10T22:52:20.6142209Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-10T22:52:20.6143483Z test peerloop::tests::push_target_is_the_full_roster_minus_self_and_tombstoned ... ok
2026-06-10T22:52:20.6211943Z test peerloop::tests::heartbeat_writes_and_advances ... ok
2026-06-10T22:52:20.6213245Z test peerloop::tests::supervisor_backoff_doubles_caps_and_resets ... ok
2026-06-10T22:52:20.6239771Z test peerloop::tests::seeded_dial_order_fallback_and_writeback ... ok
2026-06-10T22:52:20.6336956Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-10T22:52:20.6427409Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-10T22:52:20.6484853Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-10T22:52:20.6522491Z test peerloop::tests::supervisor_restarts_a_panicking_pump_until_stop ... ok
2026-06-10T22:52:20.6523558Z test propagate::tests::classifier_maps_every_status_shape ... ok
2026-06-10T22:52:20.6569305Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-10T22:52:21.0732574Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-10T22:52:21.2552176Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-10T22:52:21.3105285Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-10T22:52:21.3109817Z test machineid::tests::machine_id_hash_resolves_and_is_stable ... ok
2026-06-10T22:52:21.3962384Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-10T22:52:21.4859965Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-10T22:52:21.5820990Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-10T22:52:21.5822151Z test reconcile::tests::active_node_wins ... ok
2026-06-10T22:52:21.5823383Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-10T22:52:21.5824488Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-10T22:52:21.5825552Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-10T22:52:21.6101863Z test registryhost::tests::admitted_feeds_stamp_the_heard_map ... ok
2026-06-10T22:52:21.6314021Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-10T22:52:21.7188705Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-10T22:52:21.7454004Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-10T22:52:21.8710381Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-10T22:52:21.9894871Z test notif::tests::rollback_notif_is_loud_and_resurfaces ... ok
2026-06-10T22:52:21.9967931Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-10T22:52:22.0006362Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-10T22:52:22.0086040Z test registryhost::tests::apply_node_labels_gates_and_merges ... ok
2026-06-10T22:52:22.0190050Z test registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots ... ok
2026-06-10T22:52:22.1141689Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-10T22:52:23.1294280Z test registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices ... ok
2026-06-10T22:52:23.1296265Z test registryhost::tests::superseded_requires_label_and_machine_id_under_other_key ... ok
2026-06-10T22:52:23.1338520Z test registryhost::tests::with_epoch_is_the_one_canonical_counter ... ok
2026-06-10T22:52:23.5137955Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-10T22:52:23.6067312Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-10T22:52:23.6254777Z test relcache::tests::applied_state_two_phase_round_trips_and_degrades ... ok
2026-06-10T22:52:23.6323062Z test relcache::tests::partial_update_set_can_serve_held_platform_only ... ok
2026-06-10T22:52:23.6405160Z test relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage ... ok
2026-06-10T22:52:23.6497004Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-10T22:52:23.6537522Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-10T22:52:23.6570978Z test relcache::tests::update_set_round_trips_and_loads_by_platform ... ok
2026-06-10T22:52:23.6656418Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-10T22:52:23.6746142Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-10T22:52:23.6835037Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-10T22:52:23.6917807Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-10T22:52:23.6918949Z test release::tests::hex_roundtrips ... ok
2026-06-10T22:52:23.7166369Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-10T22:52:23.7226477Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-10T22:52:23.7230510Z test release::tests::revoked_key_is_rejected ... ok
2026-06-10T22:52:23.7232228Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-10T22:52:23.7316788Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-10T22:52:23.7371469Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-10T22:52:23.7405171Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-10T22:52:23.7457485Z test release::tests::update_set_artifact_mismatch_is_rejected ... ok
2026-06-10T22:52:23.7542329Z test release::tests::update_set_missing_platform_is_typed_rejection ... ok
2026-06-10T22:52:23.7573738Z test release::tests::update_set_channel_and_rollback_gates_hold ... ok
2026-06-10T22:52:23.7628712Z test release::tests::update_set_tampering_breaks_whole_set_signature ... ok
2026-06-10T22:52:23.7661020Z test release::tests::update_set_verifies_and_selects_platform_artifact ... ok
2026-06-10T22:52:23.7720855Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-10T22:52:23.7745262Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-10T22:52:23.7822375Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-10T22:52:23.7823257Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-10T22:52:23.7849075Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-10T22:52:23.7925936Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-10T22:52:23.7937399Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-10T22:52:23.7938479Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-10T22:52:23.8265042Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-10T22:52:23.8346379Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-10T22:52:23.8347129Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-10T22:52:23.8349617Z test rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable ... ok
2026-06-10T22:52:23.8995496Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-10T22:52:23.9652140Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-10T22:52:24.0657717Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-10T22:52:24.1322104Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-10T22:52:24.1323724Z test seedproofx::grace_tests::grade_truth_table ... ok
2026-06-10T22:52:24.1325450Z test seedproofx::grace_tests::seed_never_appears_in_roster_gossip ... ok
2026-06-10T22:52:24.1327257Z test seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed ... ok
2026-06-10T22:52:24.1328685Z test seedproofx::roster_tests::empty_roster_frame_round_trips ... ok
2026-06-10T22:52:24.1331015Z test seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self ... ok
2026-06-10T22:52:24.1332463Z test seedproofx::roster_tests::malformed_roster_frame_rejected ... ok
2026-06-10T22:52:24.1334650Z test seedproofx::roster_tests::roster_frame_round_trips ... ok
2026-06-10T22:52:24.2753034Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-10T22:52:24.2754509Z test service::tests::plan_start_prefers_service_then_spawn_idempotent ... ok
2026-06-10T22:52:24.2755435Z test service::tests::plan_stop_routes_managed_then_ipc_then_noop ... ok
2026-06-10T22:52:24.2756571Z test service::tests::run_refused_only_when_windows_and_vanishing ... ok
2026-06-10T22:52:24.2761583Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-10T22:52:24.2762919Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-10T22:52:24.2765970Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-10T22:52:24.2890875Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-10T22:52:24.2997794Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-10T22:52:24.3161337Z test registryhost::tests::advertise_local_stamps_the_node_label ... ok
2026-06-10T22:52:24.3179586Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-10T22:52:24.3429715Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-10T22:52:24.3480050Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-10T22:52:24.3604331Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-10T22:52:24.3747358Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-10T22:52:24.3749421Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-10T22:52:24.3750722Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-10T22:52:24.3832507Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-10T22:52:24.3950956Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-10T22:52:24.3982785Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-10T22:52:24.4120241Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-10T22:52:24.4269258Z test registryhost::tests::evict_silent_peers_never_touches_own_rows ... ok
2026-06-10T22:52:24.4549348Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-10T22:52:24.4551319Z test sync::tests::gate_decision_table ... ok
2026-06-10T22:52:24.4822124Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-10T22:52:24.4826699Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-10T22:52:24.4829760Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-10T22:52:24.4830803Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-10T22:52:24.4831950Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-10T22:52:24.4833144Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-10T22:52:24.4834344Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-10T22:52:24.5007185Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-10T22:52:24.5266808Z test update::tests::plan_verified_update_set_uses_selected_platform_spec ... ok
2026-06-10T22:52:24.5353566Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-10T22:52:24.5366677Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-10T22:52:24.5368220Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-10T22:52:24.5470467Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-10T22:52:24.5488896Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-10T22:52:24.5702190Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-10T22:52:24.6068463Z test relay::tests::run_honors_stop ... ok
2026-06-10T22:52:24.6371556Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-10T22:52:24.6439448Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-10T22:52:24.6995185Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-10T22:52:24.7059064Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-10T22:52:24.7120738Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-10T22:52:24.7185208Z test seedmap::tests::stop_op_acks_then_serve_returns ... ok
2026-06-10T22:52:24.7245138Z test seedmap::tests::take_absent_is_none ... ok
2026-06-10T22:52:24.7366610Z test serveprobe::tests::is_serving_subnet_honors_membership_and_detach ... ok
2026-06-10T22:52:24.7982043Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-10T22:52:24.9042769Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-10T22:52:25.2944652Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-10T22:52:25.2944908Z 
2026-06-10T22:52:25.2946009Z test result: ok. 263 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.97s
2026-06-10T22:52:25.2946297Z 
2026-06-10T22:52:25.2997171Z      Running tests\access.rs (target\debug\deps\access-fe88cdf15d6ab061.exe)
2026-06-10T22:52:25.9860896Z 
2026-06-10T22:52:25.9861127Z running 1 test
2026-06-10T22:52:26.1808603Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-10T22:52:26.1808806Z 
2026-06-10T22:52:26.1808969Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-10T22:52:26.1809327Z 
2026-06-10T22:52:26.1898508Z      Running tests\attach.rs (target\debug\deps\attach-d04af715905221da.exe)
2026-06-10T22:52:26.8804960Z 
2026-06-10T22:52:26.8805209Z running 3 tests
2026-06-10T22:52:27.0151370Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-10T22:52:27.0263152Z test attach_registers_remote_drive_detection ... ok
2026-06-10T22:52:27.0353281Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-10T22:52:27.0353589Z 
2026-06-10T22:52:27.0353829Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
2026-06-10T22:52:27.0354040Z 
2026-06-10T22:52:27.0496772Z      Running tests\brain_swap.rs (target\debug\deps\brain_swap-d107bdeb088c00f1.exe)
2026-06-10T22:52:27.7513198Z 
2026-06-10T22:52:27.7513447Z running 1 test
2026-06-10T22:52:27.7676581Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-10T22:52:27.7676810Z 
2026-06-10T22:52:27.7676969Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-10T22:52:27.7678253Z 
2026-06-10T22:52:27.7689376Z      Running tests\broker.rs (target\debug\deps\broker-a8ef4b1e145f4a0d.exe)
2026-06-10T22:52:28.4721165Z 
2026-06-10T22:52:28.4721458Z running 1 test
2026-06-10T22:52:28.4891341Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-10T22:52:28.4891550Z 
2026-06-10T22:52:28.4891738Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-10T22:52:28.4891955Z 
2026-06-10T22:52:28.4904651Z      Running tests\budget.rs (target\debug\deps\budget-2ae8c26d2d02d9b3.exe)
2026-06-10T22:52:29.1865789Z 
2026-06-10T22:52:29.1866032Z running 1 test
2026-06-10T22:52:29.1867457Z test measure_dormant_seat_budget ... ok
2026-06-10T22:52:29.1867600Z 
2026-06-10T22:52:29.1867764Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:52:29.1867981Z 
2026-06-10T22:52:29.1878623Z      Running tests\daemon_e2e.rs (target\debug\deps\daemon_e2e-34e086bfaa56e177.exe)
2026-06-10T22:52:29.9500194Z 
2026-06-10T22:52:29.9500472Z running 1 test
2026-06-10T22:52:32.2752185Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-10T22:52:32.2752384Z 
2026-06-10T22:52:32.2752535Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.33s
2026-06-10T22:52:32.2752767Z 
2026-06-10T22:52:32.2769954Z      Running tests\digest.rs (target\debug\deps\digest-c6bee1219cc4504c.exe)
2026-06-10T22:52:33.0259871Z 
2026-06-10T22:52:33.0260115Z running 1 test
2026-06-10T22:52:33.1594901Z test digest_daemon_half_end_to_end ... ok
2026-06-10T22:52:33.1595069Z 
2026-06-10T22:52:33.1595236Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
2026-06-10T22:52:33.1595452Z 
2026-06-10T22:52:33.1614071Z      Running tests\dispatch.rs (target\debug\deps\dispatch-1357af38edefe0a3.exe)
2026-06-10T22:52:33.8568106Z 
2026-06-10T22:52:33.8568362Z running 11 tests
2026-06-10T22:52:33.8573970Z test classify_routes_a_node_label_feed_to_registry ... ok
2026-06-10T22:52:33.9969035Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-10T22:52:34.1190136Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-10T22:52:34.2477517Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-10T22:52:34.3578004Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-10T22:52:35.5455702Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-10T22:52:35.7334834Z test dispatcher_serves_a_subnet_serve_probe ... ok
2026-06-10T22:52:35.8605255Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-10T22:52:36.0543613Z test dispatcher_serves_a_cross_node_shell_link ... ok
2026-06-10T22:52:36.2132365Z test dispatcher_surfaces_a_remote_won_notif_at_the_winning_node ... ok
2026-06-10T22:52:36.3644822Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-10T22:52:36.3645009Z 
2026-06-10T22:52:36.3645164Z test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.51s
2026-06-10T22:52:36.3645386Z 
2026-06-10T22:52:36.4177227Z      Running tests\handoff.rs (target\debug\deps\handoff-5b3443ae1c154118.exe)
2026-06-10T22:52:37.1108875Z 
2026-06-10T22:52:37.1109106Z running 1 test
2026-06-10T22:52:37.3004958Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-10T22:52:37.3005188Z 
2026-06-10T22:52:37.3005350Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-10T22:52:37.3005566Z 
2026-06-10T22:52:37.3019260Z      Running tests\idempotent.rs (target\debug\deps\idempotent-7dbc81805783d053.exe)
2026-06-10T22:52:37.9815486Z 
2026-06-10T22:52:37.9815739Z running 1 test
2026-06-10T22:52:38.0658111Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-10T22:52:38.0658505Z 
2026-06-10T22:52:38.0658794Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
2026-06-10T22:52:38.0659124Z 
2026-06-10T22:52:38.0719653Z      Running tests\mesh.rs (target\debug\deps\mesh-ca288515e0e43f66.exe)
2026-06-10T22:52:38.7558378Z 
2026-06-10T22:52:38.7558622Z running 2 tests
2026-06-10T22:52:39.1341040Z test all_online_star_a_reaches_c_b_never_relays ... ok
2026-06-10T22:52:39.4331399Z test staggered_offliner_still_meshes ... ok
2026-06-10T22:52:39.4331708Z 
2026-06-10T22:52:39.4331983Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s
2026-06-10T22:52:39.4332328Z 
2026-06-10T22:52:39.4486710Z      Running tests\netbroker.rs (target\debug\deps\netbroker-528070262151f434.exe)
2026-06-10T22:52:40.1520600Z 
2026-06-10T22:52:40.1520853Z running 5 tests
2026-06-10T22:52:40.1547884Z test netless_broker_probes_gracefully ... ok
2026-06-10T22:52:40.1910229Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-10T22:52:40.1937311Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-10T22:52:40.2342414Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-10T22:52:40.2389178Z test brain_dials_second_broker_over_loopback ... ok
2026-06-10T22:52:40.2389431Z 
2026-06-10T22:52:40.2389684Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-10T22:52:40.2390033Z 
2026-06-10T22:52:40.2491167Z      Running tests\netstream.rs (target\debug\deps\netstream-62e3190814ca4c31.exe)
2026-06-10T22:52:40.9331511Z 
2026-06-10T22:52:40.9331753Z running 2 tests
2026-06-10T22:52:41.1606155Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-10T22:52:41.2428298Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-10T22:52:41.2428483Z 
2026-06-10T22:52:41.2428723Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-10T22:52:41.2428971Z 
2026-06-10T22:52:41.2568632Z      Running tests\notifsync.rs (target\debug\deps\notifsync-54a84860ea900d29.exe)
2026-06-10T22:52:41.9355645Z 
2026-06-10T22:52:41.9355892Z running 1 test
2026-06-10T22:52:42.1319806Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-10T22:52:42.1320092Z 
2026-06-10T22:52:42.1320272Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
2026-06-10T22:52:42.1320492Z 
2026-06-10T22:52:42.1413678Z      Running tests\pairjoin.rs (target\debug\deps\pairjoin-0791bd19ce30047b.exe)
2026-06-10T22:52:42.8182219Z 
2026-06-10T22:52:42.8182455Z running 1 test
2026-06-10T22:52:43.1112249Z test daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end ... ok
2026-06-10T22:52:43.1112455Z 
2026-06-10T22:52:43.1112614Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
2026-06-10T22:52:43.1112882Z 
2026-06-10T22:52:43.1147167Z      Running tests\peerloop.rs (target\debug\deps\peerloop-ecc408777c600e8b.exe)
2026-06-10T22:52:43.7915803Z 
2026-06-10T22:52:43.7916033Z running 1 test
2026-06-10T22:52:45.0622204Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-10T22:52:45.0622395Z 
2026-06-10T22:52:45.0622554Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
2026-06-10T22:52:45.0622904Z 
2026-06-10T22:52:45.0670760Z      Running tests\presence.rs (target\debug\deps\presence-ddf6a597c4bde561.exe)
2026-06-10T22:52:45.7531816Z 
2026-06-10T22:52:45.7532127Z running 2 tests
2026-06-10T22:52:45.9675701Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-10T22:52:45.9676025Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-10T22:52:45.9676190Z 
2026-06-10T22:52:45.9676371Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
2026-06-10T22:52:45.9676591Z 
2026-06-10T22:52:45.9717286Z      Running tests\propagate.rs (target\debug\deps\propagate-7f75a774fee5f217.exe)
2026-06-10T22:52:46.6800336Z 
2026-06-10T22:52:46.6800652Z running 6 tests
2026-06-10T22:52:46.8191183Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-10T22:52:46.8318662Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-10T22:52:46.9094981Z test untrusted_origin_gets_no_offer ... ok
2026-06-10T22:52:46.9175464Z test update_set_propagates_selected_platform_artifact ... ok
2026-06-10T22:52:47.0578875Z test status_query_drives_the_convergence_table_end_to_end ... ok
2026-06-10T22:52:47.0738106Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-10T22:52:47.0738300Z 
2026-06-10T22:52:47.0738463Z test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
2026-06-10T22:52:47.0738709Z 
2026-06-10T22:52:47.1159556Z      Running tests\replicate.rs (target\debug\deps\replicate-3a7c5f738ac450f5.exe)
2026-06-10T22:52:47.8512245Z 
2026-06-10T22:52:47.8512489Z running 1 test
2026-06-10T22:52:48.5806318Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-10T22:52:48.5806531Z 
2026-06-10T22:52:48.5806699Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.73s
2026-06-10T22:52:48.5807189Z 
2026-06-10T22:52:48.5895646Z      Running tests\reseed.rs (target\debug\deps\reseed-a15ab25a2f1e36d6.exe)
2026-06-10T22:52:49.2811289Z 
2026-06-10T22:52:49.2811544Z running 2 tests
2026-06-10T22:52:49.3705820Z test benign_offliner_is_reseeded_across_a_rotation ... ok
2026-06-10T22:52:51.5345141Z test revoked_node_is_denied_and_never_reseeded ... ok
2026-06-10T22:52:51.5345822Z 
2026-06-10T22:52:51.5346069Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.25s
2026-06-10T22:52:51.5346415Z 
2026-06-10T22:52:51.5395232Z      Running tests\resume.rs (target\debug\deps\resume-b50baf4133d13d6f.exe)
2026-06-10T22:52:52.2106909Z 
2026-06-10T22:52:52.2107152Z running 3 tests
2026-06-10T22:52:53.5001320Z test resume_mode_brain_spawning_new_sessions_delivers_each ... ok
2026-06-10T22:52:54.5853392Z test cold_start_resumes_all_sessions_from_the_broker_cursor ... ok
2026-06-10T22:52:56.6136354Z test resume_below_ring_floor_clamps_forward_without_gap_error ... ok
2026-06-10T22:52:56.6136572Z 
2026-06-10T22:52:56.6136733Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.40s
2026-06-10T22:52:56.6136959Z 
2026-06-10T22:52:56.6156930Z      Running tests\rosterprop.rs (target\debug\deps\rosterprop-ce5ac55e5c8a50ce.exe)
2026-06-10T22:52:57.3171723Z 
2026-06-10T22:52:57.3171992Z running 2 tests
2026-06-10T22:52:57.4087844Z test roster_propagates_transitively_on_connect ... ok
2026-06-10T22:52:57.4997194Z test roster_exchange_never_leaks_unproven_subnets ... ok
2026-06-10T22:52:57.4997379Z 
2026-06-10T22:52:57.4997550Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
2026-06-10T22:52:57.4997813Z 
2026-06-10T22:52:57.5030001Z      Running tests\seedproofx.rs (target\debug\deps\seedproofx-32a3daa5a3b59372.exe)
2026-06-10T22:52:58.1768795Z 
2026-06-10T22:52:58.1769078Z running 4 tests
2026-06-10T22:52:58.2691033Z test both_members_prove_and_cache_the_shared_subnet ... ok
2026-06-10T22:52:58.2694390Z test proven_verdict_is_the_shared_set ... ok
2026-06-10T22:53:00.3661725Z test no_shared_subnet_is_dropped ... ok
2026-06-10T22:53:00.3698468Z test wrong_seed_is_dropped ... ok
2026-06-10T22:53:00.3698611Z 
2026-06-10T22:53:00.3698798Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.19s
2026-06-10T22:53:00.3699019Z 
2026-06-10T22:53:00.3736073Z      Running tests\shellchan.rs (target\debug\deps\shellchan-a9b730d6db5d647f.exe)
2026-06-10T22:53:01.0865865Z 
2026-06-10T22:53:01.0866074Z running 2 tests
2026-06-10T22:53:01.2288963Z test stdin_receipt_delivers_spooled_frames_exactly_once ... ok
2026-06-10T22:53:01.2663472Z test hung_shell_stalls_no_other_owner ... ok
2026-06-10T22:53:01.2663631Z 
2026-06-10T22:53:01.2663797Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
2026-06-10T22:53:01.2664031Z 
2026-06-10T22:53:01.2762835Z      Running tests\sync.rs (target\debug\deps\sync-40c65a4507509886.exe)
2026-06-10T22:53:01.9462816Z 
2026-06-10T22:53:01.9463046Z running 3 tests
2026-06-10T22:53:03.3898043Z test torn_pull_recovers_by_repulling ... ok
2026-06-10T22:53:06.0809433Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-10T22:53:06.6443615Z test concurrent_writes_reconcile_on_elected_node_and_converge ... ok
2026-06-10T22:53:06.6443834Z 
2026-06-10T22:53:06.6444001Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.70s
2026-06-10T22:53:06.6444214Z 
2026-06-10T22:53:06.6652986Z      Running tests\twohost.rs (target\debug\deps\twohost-6eabf3c342b82785.exe)
2026-06-10T22:53:07.3313928Z 
2026-06-10T22:53:07.3314232Z running 2 tests
2026-06-10T22:53:07.3315792Z test two_host_ladder_role_a ... ok
2026-06-10T22:53:07.3315987Z test two_host_ladder_role_b ... ok
2026-06-10T22:53:07.3316109Z 
2026-06-10T22:53:07.3316268Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:53:07.3316483Z 
2026-06-10T22:53:07.3330678Z      Running tests\wanmsg.rs (target\debug\deps\wanmsg-2b6734425a188b24.exe)
2026-06-10T22:53:08.0044804Z 
2026-06-10T22:53:08.0045069Z running 2 tests
2026-06-10T22:53:08.2210099Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-10T22:53:08.2914436Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-10T22:53:08.2914637Z 
2026-06-10T22:53:08.2914789Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
2026-06-10T22:53:08.2915002Z 
2026-06-10T22:53:08.2972918Z      Running tests\xfer.rs (target\debug\deps\xfer-2d58da3e0e49bd1c.exe)
2026-06-10T22:53:08.9826439Z 
2026-06-10T22:53:08.9826690Z running 2 tests
2026-06-10T22:53:09.4739402Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-10T22:53:09.4897361Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-10T22:53:09.4897560Z 
2026-06-10T22:53:09.4897718Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
2026-06-10T22:53:09.4897937Z 
2026-06-10T22:53:09.4997719Z      Running unittests src\lib.rs (target\debug\deps\spt_live-7a5fd8830e154c39.exe)
2026-06-10T22:53:09.7271710Z 
2026-06-10T22:53:09.7272150Z running 49 tests
2026-06-10T22:53:09.7275922Z test context::tests::direct_always_writes ... ok
2026-06-10T22:53:09.7276882Z test context::tests::llm_over_llm_writes ... ok
2026-06-10T22:53:09.7277616Z test context::tests::llm_past_window_writes ... ok
2026-06-10T22:53:09.7278001Z test context::tests::llm_within_window_suppressed ... ok
2026-06-10T22:53:09.7278474Z test echo::tests::provenance_is_stamped ... ok
2026-06-10T22:53:09.7278955Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-10T22:53:09.7335589Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-10T22:53:09.7337353Z test outbound::tests::empty_body_parses_to_empty_intent ... ok
2026-06-10T22:53:09.7338562Z test outbound::tests::malformed_and_chunk_lines_are_skipped ... ok
2026-06-10T22:53:09.7339697Z test outbound::tests::non_authorable_types_are_ignored ... ok
2026-06-10T22:53:09.7341247Z test outbound::tests::parses_reply_and_notify_in_order ... ok
2026-06-10T22:53:09.7342605Z test outbound::tests::prose_only_yields_nothing ... ok
2026-06-10T22:53:09.7343949Z test outbound::tests::spoofed_routing_attrs_are_unrepresentable ... ok
2026-06-10T22:53:09.7345185Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-10T22:53:09.7346066Z test psyche::tests::prompt_without_event ... ok
2026-06-10T22:53:09.7539208Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-10T22:53:09.7592672Z test history::tests::fetcher_yields_records ... ok
2026-06-10T22:53:09.7597364Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-10T22:53:09.7601890Z test history::tests::native_missing_log_is_empty ... ok
2026-06-10T22:53:09.7643883Z test echo::tests::echo_nonzero_errors ... ok
2026-06-10T22:53:09.7655135Z test history::tests::native_reads_logged_records ... ok
2026-06-10T22:53:09.7709159Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-10T22:53:09.7747340Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-10T22:53:09.7789980Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-10T22:53:10.0388208Z test history::tests::fetcher_timeout_errors ... ok
2026-06-10T22:53:10.3898791Z test ingest::tests::both_drops_ingested ... ok
2026-06-10T22:53:10.8486958Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-10T22:53:10.8493690Z test ingest::tests::no_drops_is_empty ... ok
2026-06-10T22:53:10.8494669Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-10T22:53:10.8495614Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-10T22:53:10.8496700Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-10T22:53:10.8504548Z test signoff::tests::stale_signoff_swept ... ok
2026-06-10T22:53:10.8779189Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-10T22:53:10.9245206Z test turn::tests::turn_captures_stdout ... ok
2026-06-10T22:53:11.1690223Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-10T22:53:12.0908738Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-10T22:53:12.1258070Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-10T22:53:12.1273604Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-10T22:53:12.5863897Z test pulse::tests::tick_ingests_drops ... ok
2026-06-10T22:53:12.5878599Z test pulse::tests::tick_reports_idle ... ok
2026-06-10T22:53:13.1208407Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-10T22:53:13.4362094Z test reconcile::tests::no_conflict_is_a_noop ... ok
2026-06-10T22:53:14.1652156Z test reconcile::tests::reconcile_merges_and_clears ... ok
2026-06-10T22:53:15.2706220Z test reconcile::tests::suppressed_write_preserves_artifacts ... ok
2026-06-10T22:53:15.2990722Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-10T22:53:15.8210749Z test resume::tests::download_composes_two_tiers ... ok
2026-06-10T22:53:15.8495134Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-10T22:53:15.8501112Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-10T22:53:16.8453291Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-10T22:53:16.8453477Z 
2026-06-10T22:53:16.8453667Z test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.12s
2026-06-10T22:53:16.8453888Z 
2026-06-10T22:53:16.8466619Z      Running unittests src\lib.rs (target\debug\deps\spt_msg-e4e75d37295e273a.exe)
2026-06-10T22:53:16.8699467Z 
2026-06-10T22:53:16.8699555Z running 28 tests
2026-06-10T22:53:16.8704642Z test emit::tests::parse_frame_shapes ... ok
2026-06-10T22:53:16.8705026Z test emit::tests::typed_envelope_body_passes_through_verbatim ... ok
2026-06-10T22:53:16.8705428Z test emit::tests::frame_renders_msg_envelope ... ok
2026-06-10T22:53:16.8705793Z test emit::tests::multiline_body_escapes_and_round_trips ... ok
2026-06-10T22:53:16.8706776Z test emit::tests::oversized_line_chunks_into_event_parts ... ok
2026-06-10T22:53:16.8707257Z test emit::tests::anonymous_frame_still_enveloped ... ok
2026-06-10T22:53:16.8707534Z test deliver::tests::deferred_send_validates ... ok
2026-06-10T22:53:16.8713919Z test ring::tests::ring_no_perch ... ok
2026-06-10T22:53:16.9232315Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-10T22:53:16.9233270Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-10T22:53:16.9234314Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-10T22:53:16.9239164Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-10T22:53:16.9243339Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-10T22:53:16.9348265Z test listener::tests::drop_unregisters_address ... ok
2026-06-10T22:53:16.9711038Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-10T22:53:16.9801613Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-10T22:53:17.0327600Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-10T22:53:17.0423455Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-10T22:53:17.0487144Z test ready::tests::backlog_drains_on_start ... ok
2026-06-10T22:53:17.0561578Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-10T22:53:17.0739684Z test deliver::tests::send_outcome_mapping ... ok
2026-06-10T22:53:17.0987412Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-10T22:53:17.1177455Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-10T22:53:17.1387606Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-10T22:53:17.1441208Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-10T22:53:17.1811647Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-10T22:53:17.3492145Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-10T22:53:21.0587910Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-10T22:53:21.0588117Z 
2026-06-10T22:53:21.0588843Z test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.19s
2026-06-10T22:53:21.0589069Z 
2026-06-10T22:53:21.0604086Z      Running tests\killer_quickstart.rs (target\debug\deps\killer_quickstart-8946eda3620f69e3.exe)
2026-06-10T22:53:21.2269387Z 
2026-06-10T22:53:21.2269564Z running 2 tests
2026-06-10T22:53:21.3718380Z test offline_then_online_delivers_backlog ... ok
2026-06-10T22:53:21.4614732Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-10T22:53:21.4614971Z 
2026-06-10T22:53:21.4615205Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
2026-06-10T22:53:21.4615509Z 
2026-06-10T22:53:21.4629721Z      Running unittests src\lib.rs (target\debug\deps\spt_net-68b159b0dc601246.exe)
2026-06-10T22:53:22.1295738Z 
2026-06-10T22:53:22.1295966Z running 121 tests
2026-06-10T22:53:22.1299319Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-10T22:53:22.1302326Z test net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-10T22:53:22.1303013Z test net::endpoint::tests::keep_alive_is_under_idle_timeout ... ok
2026-06-10T22:53:22.1303546Z test net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed ... ok
2026-06-10T22:53:22.1304163Z test net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed ... ok
2026-06-10T22:53:22.1305205Z test net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive ... ok
2026-06-10T22:53:22.1306046Z test net::attach::tests::record_split_across_chunks_reassembles ... ok
2026-06-10T22:53:22.1307323Z test net::notif::tests::record_split_across_chunks_reassembles ... ok
2026-06-10T22:53:22.1307832Z test net::notif::tests::forged_origin_field_is_inert ... ok
2026-06-10T22:53:22.1309144Z test net::mesh::seedproof::tests::wrong_subnet_fails ... ok
2026-06-10T22:53:22.1309611Z test net::mesh::seedproof::tests::wrong_epoch_fails ... ok
2026-06-10T22:53:22.1310121Z test net::attach::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-10T22:53:22.1310597Z test net::mesh::seedproof::tests::forged_proof_fails ... ok
2026-06-10T22:53:22.1310969Z test net::pairing::meet::tests::key_seed_is_not_the_token ... ok
2026-06-10T22:53:22.1311406Z test net::notif::tests::record_round_trips_and_unknown_kind_is_skipped ... ok
2026-06-10T22:53:22.1311897Z test net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ ... ok
2026-06-10T22:53:22.1312487Z test net::pairing::ntp::tests::offset_applies_signed_and_saturates ... ok
2026-06-10T22:53:22.1313313Z test net::mesh::seedproof::tests::mutual_requires_both_sides ... ok
2026-06-10T22:53:22.1313594Z test net::mesh::seedproof::tests::cross_connection_replay_fails ... ok
2026-06-10T22:53:22.1313923Z test net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies ... ok
2026-06-10T22:53:22.1314294Z test net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound ... ok
2026-06-10T22:53:22.1314765Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-10T22:53:22.1315176Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-10T22:53:22.1315453Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-10T22:53:22.1315728Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-10T22:53:22.1316145Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-10T22:53:22.1316492Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-10T22:53:22.1316789Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-10T22:53:22.1317096Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-10T22:53:22.1319373Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-10T22:53:22.1322099Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-10T22:53:22.1322661Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-10T22:53:22.1323215Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-10T22:53:22.1323762Z test net::pairing::ntp::tests::unreachable_server_falls_back ... ok
2026-06-10T22:53:22.1324970Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-10T22:53:22.1325612Z test net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp ... ok
2026-06-10T22:53:22.1326102Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-10T22:53:22.1326582Z test net::pairing::meet::tests::skewed_window_contains_the_listener_id ... ok
2026-06-10T22:53:22.1327483Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-10T22:53:22.1328462Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-10T22:53:22.1329259Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-10T22:53:22.1329714Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-10T22:53:22.1330153Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-10T22:53:22.1330566Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-10T22:53:22.1334080Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-10T22:53:22.1335329Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-10T22:53:22.1336079Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-10T22:53:22.1338505Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-10T22:53:22.1339849Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-10T22:53:22.1340542Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-10T22:53:22.1341285Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-10T22:53:22.1341754Z test net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips ... ok
2026-06-10T22:53:22.1344469Z test net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips ... ok
2026-06-10T22:53:22.1669993Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-10T22:53:22.1819258Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-10T22:53:22.2021417Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-10T22:53:22.2023209Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-10T22:53:22.2023670Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-10T22:53:22.2024520Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-10T22:53:22.2025723Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-10T22:53:22.2026352Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-10T22:53:22.2035804Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-10T22:53:22.2036981Z test net::registry::tests::evicting_dead_node_clears_phantom_ambiguity ... ok
2026-06-10T22:53:22.2037605Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-10T22:53:22.2038231Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-10T22:53:22.2044132Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-10T22:53:22.2044701Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-10T22:53:22.2048890Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-10T22:53:22.2049450Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-10T22:53:22.2050208Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-10T22:53:22.2050649Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-10T22:53:22.2051119Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-10T22:53:22.2051921Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-10T22:53:22.2052391Z test net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared ... ok
2026-06-10T22:53:22.2052919Z test net::registry::tests::node_label_rides_the_lease_and_serde ... ok
2026-06-10T22:53:22.2053430Z test net::registry::tests::presence_datum_rides_the_lease_and_serde ... ok
2026-06-10T22:53:22.2053945Z test net::registry::tests::node_level_label_lease_persist_prune_and_serde ... ok
2026-06-10T22:53:22.2057096Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-10T22:53:22.2057746Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-10T22:53:22.2058648Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-10T22:53:22.2059511Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-10T22:53:22.2060113Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-10T22:53:22.2060628Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-10T22:53:22.2061129Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-10T22:53:22.2061687Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-10T22:53:22.2062211Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-10T22:53:22.2062734Z test net::registry::tests::resource_projection_filters_hidden_and_offline ... ok
2026-06-10T22:53:22.2063284Z test net::registry::tests::resource_blurb_rides_the_lease_and_serde ... ok
2026-06-10T22:53:22.2063817Z test net::registry::tests::suspended_is_addressable_and_roundtrips ... ok
2026-06-10T22:53:22.2064372Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-10T22:53:22.2064926Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-10T22:53:22.2065450Z test net::replicate::tests::apply_routes_by_subnet_and_drops_non_member ... ok
2026-06-10T22:53:22.2065955Z test net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat ... ok
2026-06-10T22:53:22.2066462Z test net::replicate::tests::stale_wire_update_cannot_clobber_newer_state ... ok
2026-06-10T22:53:22.2068196Z test net::replicate::tests::update_round_trips_and_tolerates_unknown_field ... ok
2026-06-10T22:53:22.2070561Z test net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines ... ok
2026-06-10T22:53:22.2071125Z test net::rest::tests::records_round_trip_and_degrade ... ok
2026-06-10T22:53:22.2071697Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-10T22:53:22.2072205Z test net::serveprobe::tests::records_round_trip_and_degrade ... ok
2026-06-10T22:53:22.2074201Z test net::sync::tests::forged_origin_field_is_inert ... ok
2026-06-10T22:53:22.2075100Z test net::shelllink::tests::records_round_trip_and_degrade ... ok
2026-06-10T22:53:22.2075562Z test net::sync::tests::record_split_across_chunks_reassembles ... ok
2026-06-10T22:53:22.2076203Z test net::update::tests::forged_origin_field_is_inert ... ok
2026-06-10T22:53:22.2076723Z test net::sync::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-10T22:53:22.2077231Z test net::update::tests::record_split_across_chunks_reassembles ... ok
2026-06-10T22:53:22.2077650Z test net::wanmsg::tests::forged_origin_field_is_inert ... ok
2026-06-10T22:53:22.2078803Z test net::update::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-10T22:53:22.2079341Z test net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field ... ok
2026-06-10T22:53:22.2080534Z test net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals ... ok
2026-06-10T22:53:22.2081268Z test net::xfer::tests::record_split_across_chunks_reassembles ... ok
2026-06-10T22:53:22.2081709Z test net::xfer::tests::forged_origin_field_is_inert ... ok
2026-06-10T22:53:22.2082166Z test net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-10T22:53:22.2359006Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-10T22:53:22.2381419Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-10T22:53:22.2385677Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-10T22:53:22.2387342Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-10T22:53:22.2888352Z test net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint ... ok
2026-06-10T22:53:22.3088450Z test net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster ... ok
2026-06-10T22:53:22.3107710Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-10T22:53:22.3222285Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-10T22:53:22.3330943Z test net::pairing::wire::tests::wrong_code_fails_and_records_no_membership ... ok
2026-06-10T22:53:22.3331176Z 
2026-06-10T22:53:22.3331336Z test result: ok. 120 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.20s
2026-06-10T22:53:22.3331542Z 
2026-06-10T22:53:22.3371523Z      Running unittests src\lib.rs (target\debug\deps\spt_proto-9756213f43e4276a.exe)
2026-06-10T22:53:22.3971916Z 
2026-06-10T22:53:22.3972010Z running 55 tests
2026-06-10T22:53:22.3976738Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-10T22:53:22.3978904Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-10T22:53:22.3979161Z test addr::tests::display_round_trips ... ok
2026-06-10T22:53:22.3979977Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-10T22:53:22.3980363Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-10T22:53:22.3980697Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-10T22:53:22.3981040Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-10T22:53:22.3981406Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-10T22:53:22.3981739Z test endpoint::tests::broker_and_node_families ... ok
2026-06-10T22:53:22.3982291Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-10T22:53:22.3982628Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-10T22:53:22.3982946Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-10T22:53:22.3983333Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-10T22:53:22.3983740Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-10T22:53:22.3983979Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-10T22:53:22.3984193Z test envelope::tests::body_escape_is_cr_linesafe ... ok
2026-06-10T22:53:22.3984506Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-10T22:53:22.3984915Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-10T22:53:22.3985222Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-10T22:53:22.3985998Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-10T22:53:22.3986258Z test envelope::tests::parser_both_tags_present ... ok
2026-06-10T22:53:22.3986705Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-10T22:53:22.3987297Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-10T22:53:22.3987603Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-10T22:53:22.3988246Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-10T22:53:22.3988535Z test event::tests::alarm_event_round_trips ... ok
2026-06-10T22:53:22.3988862Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-10T22:53:22.3989311Z test event::tests::attr_order_preserved ... ok
2026-06-10T22:53:22.3989514Z test event::tests::empty_body_envelope_parses ... ok
2026-06-10T22:53:22.3989869Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-10T22:53:22.3990158Z test event::tests::psyche_authorable_types_are_reply_and_notify_only ... ok
2026-06-10T22:53:22.3990407Z test event::tests::msg_event_round_trips ... ok
2026-06-10T22:53:22.3990635Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-10T22:53:22.3991000Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-10T22:53:22.3991302Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-10T22:53:22.3992008Z test id::tests::accepts_japanese_scripts ... ok
2026-06-10T22:53:22.3992359Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-10T22:53:22.3992894Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-10T22:53:22.3993473Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-10T22:53:22.3993780Z test id::tests::reports_bad_char_position ... ok
2026-06-10T22:53:22.3994023Z test id::tests::reserves_address_delimiters ... ok
2026-06-10T22:53:22.3994330Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-10T22:53:22.3994625Z test payload::tests::base64_known_vectors ... ok
2026-06-10T22:53:22.3994942Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-10T22:53:22.3995286Z test payload::tests::command_payload_round_trips ... ok
2026-06-10T22:53:22.3995504Z test payload::tests::text_payload_round_trips ... ok
2026-06-10T22:53:22.3995722Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-10T22:53:22.3995948Z test version::tests::current_version_self_compatible ... ok
2026-06-10T22:53:22.3996193Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-10T22:53:22.3996435Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-10T22:53:22.3996685Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-10T22:53:22.3996931Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-10T22:53:22.4074720Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-10T22:53:22.4167010Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-10T22:53:22.4314198Z test identity::tests::sign_verify_round_trip ... ok
2026-06-10T22:53:22.4314360Z 
2026-06-10T22:53:22.4314521Z test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-10T22:53:22.4314734Z 
2026-06-10T22:53:22.4325407Z      Running unittests src\lib.rs (target\debug\deps\spt_runtime-ece743e28603da29.exe)
2026-06-10T22:53:22.6725791Z 
2026-06-10T22:53:22.6725932Z running 26 tests
2026-06-10T22:53:22.6743528Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-10T22:53:22.6750316Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-10T22:53:22.6750933Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-10T22:53:22.6752082Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-10T22:53:22.6753182Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-10T22:53:22.6754151Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-10T22:53:22.6754802Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-10T22:53:22.6755591Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-10T22:53:22.6756175Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-10T22:53:22.6756752Z test manifest::tests::shell_fixture_parses ... ok
2026-06-10T22:53:22.6758202Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-10T22:53:22.6758658Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-10T22:53:22.6759078Z test runtime::tests::fills_known_placeholders ... ok
2026-06-10T22:53:22.6759707Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-10T22:53:22.6760123Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-10T22:53:22.6761570Z test runtime::tests::unknown_role_errors ... ok
2026-06-10T22:53:22.6766018Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-10T22:53:22.6767843Z test manifest::tests::round_trips_through_toml ... ok
2026-06-10T22:53:22.6788423Z test manifest::tests::manifest_schema_shape ... ok
2026-06-10T22:53:22.6818505Z test registry::tests::invalid_manifest_records_nothing ... ok
2026-06-10T22:53:22.6859863Z test manifest::tests::checked_in_schema_is_current ... ok
2026-06-10T22:53:22.6884880Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-10T22:53:22.6933817Z test registry::tests::register_copy_vs_pointer_by_avenue ... ok
2026-06-10T22:53:22.6986975Z test registry::tests::deregister_is_soft_and_readd_reactivates ... ok
2026-06-10T22:53:22.7023755Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-10T22:53:22.9917924Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-10T22:53:22.9918102Z 
2026-06-10T22:53:22.9918269Z test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
2026-06-10T22:53:22.9918482Z 
2026-06-10T22:53:22.9934447Z      Running unittests src\lib.rs (target\debug\deps\spt_store-7f8a86becb633218.exe)
2026-06-10T22:53:23.2161521Z 
2026-06-10T22:53:23.2161671Z running 151 tests
2026-06-10T22:53:23.2167496Z test access::tests::recent_outbound_correlates_within_window ... ok
2026-06-10T22:53:23.2168377Z test access::tests::allow_revoke_open_polarity ... ok
2026-06-10T22:53:23.2169091Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-10T22:53:23.2169500Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-10T22:53:23.2169950Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-10T22:53:23.2170391Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-10T22:53:23.2170783Z test access::tests::users_reservation_decodes_inert ... ok
2026-06-10T22:53:23.2172858Z test contextmark::tests::join_bump_dominates_both_parents ... ok
2026-06-10T22:53:23.2173182Z test attachment::tests::boot_reset_and_serving_filter ... ok
2026-06-10T22:53:23.2173536Z test contextmark::tests::marker_round_trips_v1_and_v2 ... ok
2026-06-10T22:53:23.2174441Z test contextmark::tests::merge_decisions ... ok
2026-06-10T22:53:23.2174768Z test contextmark::tests::vector_compare_covers_all_orders ... ok
2026-06-10T22:53:23.2175049Z test contextmark::tests::vector_parse_tolerant ... ok
2026-06-10T22:53:23.2200354Z test attachment::tests::corrupt_file_degrades_to_attached ... ok
2026-06-10T22:53:23.2228825Z test access::tests::recent_outbound_is_bounded ... ok
2026-06-10T22:53:23.2235473Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-10T22:53:23.2253321Z test access::tests::recent_outbound_persists ... ok
2026-06-10T22:53:23.2257858Z test attachment::tests::attached_default_flip_roundtrip ... ok
2026-06-10T22:53:23.2260801Z test access::tests::store_persists_and_degrades_open ... ok
2026-06-10T22:53:23.2274553Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-10T22:53:23.2288011Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-10T22:53:23.2302338Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-10T22:53:23.2327196Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-10T22:53:23.2328287Z test grants::tests::grant_match_is_exact_per_tuple ... ok
2026-06-10T22:53:23.2329151Z test grants::tests::grant_revoke_roundtrip_default_deny ... ok
2026-06-10T22:53:23.2482143Z test grants::tests::persistence_and_corrupt_degrade_to_deny ... ok
2026-06-10T22:53:23.2541018Z test history::tests::appends_one_record_per_line ... ok
2026-06-10T22:53:23.2689158Z test gitrun::tests::deadline_kills_and_reports_timed_out ... ok
2026-06-10T22:53:23.2698638Z test home::tests::home_assignment_matrix ... ok
2026-06-10T22:53:23.2708551Z test home::tests::scope_seeding_never_clobbers_user_policy ... ok
2026-06-10T22:53:23.2745314Z test home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward ... ok
2026-06-10T22:53:23.2745911Z test home::tests::adoption_stamps_only_unset_and_only_when_unambiguous ... ok
2026-06-10T22:53:23.2794785Z test hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms ... ok
2026-06-10T22:53:23.2883342Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-10T22:53:23.2918614Z test info::tests::corrupt_content_returns_none ... ok
2026-06-10T22:53:23.3015564Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-10T22:53:23.3298113Z test gitrun::tests::version_runs_within_budget ... ok
2026-06-10T22:53:23.3298540Z test info::tests::set_driven_by_stamps_and_clears ... ok
2026-06-10T22:53:23.3541516Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-10T22:53:23.3636549Z test info::tests::set_resources_writes_and_clears_the_blurb ... ok
2026-06-10T22:53:23.3912144Z test info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair ... ok
2026-06-10T22:53:23.3917878Z test info::tests::set_status_marks_existing_record ... ok
2026-06-10T22:53:23.3992860Z test info::tests::write_read_round_trip ... ok
2026-06-10T22:53:23.4074308Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-10T22:53:23.4144757Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-10T22:53:23.4210312Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-10T22:53:23.4358828Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-10T22:53:23.4487729Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-10T22:53:23.4611055Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-10T22:53:23.4616148Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-10T22:53:23.4869638Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-10T22:53:23.4944597Z test notif::tests::listing_is_subnet_scoped ... ok
2026-06-10T22:53:23.5432747Z test notif::tests::produce_list_dismiss_round_trip ... ok
2026-06-10T22:53:23.5587923Z test contextstore::tests::invalid_id_refused ... ok
2026-06-10T22:53:23.5588460Z test notif::tests::row_serde_round_trips_with_forward_compat ... ok
2026-06-10T22:53:23.5842710Z test notif::tests::merge_is_idempotent_and_commutative ... ok
2026-06-10T22:53:23.6173128Z test notif::tests::seen_unions_and_surfaced_maxes ... ok
2026-06-10T22:53:23.6207630Z test notif::tests::reopen_is_durable_and_corrupt_seen_degrades ... ok
2026-06-10T22:53:23.6249130Z test peeraddrs::tests::corrupt_file_degrades_to_empty ... ok
2026-06-10T22:53:23.6300040Z test peeraddrs::tests::put_get_roundtrip_and_noop_reput ... ok
2026-06-10T22:53:23.6303988Z test notif::tests::stale_undismissed_copy_cannot_undismiss ... ok
2026-06-10T22:53:23.6321025Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-10T22:53:23.6321446Z test perch::tests::classification_matrix ... ok
2026-06-10T22:53:23.6321905Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-10T22:53:23.6356620Z test peeraddrs::tests::record_is_one_step_and_skips_noops ... ok
2026-06-10T22:53:23.6383375Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-10T22:53:23.6383896Z test perch::tests::resolve_self_is_flat ... ok
2026-06-10T22:53:23.6402424Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-10T22:53:23.6410693Z test proc::tests::current_process_is_alive ... ok
2026-06-10T22:53:23.6442153Z test perch::tests::shell_perches_resolve_under_owner_shells_namespace ... ok
2026-06-10T22:53:23.6442806Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-10T22:53:23.6459903Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-10T22:53:23.6460296Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-10T22:53:23.6464026Z test project::tests::url_spellings_normalize_to_one_id ... ok
2026-06-10T22:53:23.6480681Z test branchstore::tests::open_or_init_idempotent ... ok
2026-06-10T22:53:23.6495556Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-10T22:53:23.7376958Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-10T22:53:23.7418334Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-10T22:53:23.7857568Z test registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds ... ok
2026-06-10T22:53:23.7894380Z test registry::tests::register_and_lookup ... ok
2026-06-10T22:53:23.8666773Z test registry::tests::reregister_replaces_address ... ok
2026-06-10T22:53:23.8761846Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-10T22:53:23.9019755Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-10T22:53:23.9127262Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-10T22:53:23.9242813Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-10T22:53:23.9243581Z test roster::tests::is_member_any_spans_subnets_and_honors_tombstones ... ok
2026-06-10T22:53:23.9322996Z test roster::tests::merge_entry_is_strictly_greater_lease_wins ... ok
2026-06-10T22:53:23.9328569Z test roster::tests::merge_is_commutative_and_idempotent ... ok
2026-06-10T22:53:23.9507724Z test roster::tests::offline_member_persists_through_silence_and_reload ... ok
2026-06-10T22:53:23.9508294Z test roster::tests::roster_for_projects_one_subnets_slice ... ok
2026-06-10T22:53:23.9508729Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-10T22:53:23.9535368Z test roster::tests::tombstone_dominates_suppresses_reinsert_and_clears ... ok
2026-06-10T22:53:23.9628908Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-10T22:53:23.9635559Z test roster::tests::tombstones_are_scoped_and_merge ... ok
2026-06-10T22:53:23.9636037Z test roster::tests::serde_additive_and_degrades_to_empty ... ok
2026-06-10T22:53:23.9636530Z test rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline ... ok
2026-06-10T22:53:23.9637045Z test roster::tests::upsert_self_overwrites_unconditionally ... ok
2026-06-10T22:53:23.9637455Z test rotation::tests::coalesce_is_per_subnet ... ok
2026-06-10T22:53:23.9638168Z test rotation::tests::due_subnets_respects_deadline_and_force_is_immediate ... ok
2026-06-10T22:53:23.9638615Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-10T22:53:23.9650573Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-10T22:53:23.9683576Z test rotation::tests::persists_and_degrades_to_empty ... ok
2026-06-10T22:53:23.9914700Z test shellinfo::tests::mint_smallest_free_and_teardown_frees ... ok
2026-06-10T22:53:23.9987058Z test shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance ... ok
2026-06-10T22:53:24.0041281Z test branchstore::tests::sweep_removes_only_stale_empty_locks ... ok
2026-06-10T22:53:24.0128967Z test shellinfo::tests::alias_unique_rename_and_resolution ... ok
2026-06-10T22:53:25.7934155Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-10T22:53:25.7978840Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-10T22:53:25.8219023Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-10T22:53:25.8855191Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-10T22:53:25.9024952Z test spool::tests::reopen_is_idempotent ... ok
2026-06-10T22:53:25.9048760Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-10T22:53:25.9078990Z test subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent ... ok
2026-06-10T22:53:25.9103681Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-10T22:53:25.9123751Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-10T22:53:25.9213073Z test spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path ... ok
2026-06-10T22:53:25.9216457Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-10T22:53:25.9241911Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-10T22:53:25.9242469Z test subnet::tests::no_prior_generation_before_rotation ... ok
2026-06-10T22:53:25.9246108Z test subnet::tests::remove_drops_membership ... ok
2026-06-10T22:53:25.9248083Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-10T22:53:25.9287609Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-10T22:53:25.9381724Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-10T22:53:25.9714647Z test project::tests::derivation_ladder ... ok
2026-06-10T22:53:26.0350731Z test spool::tests::wan_spool_dedups_on_op_id_across_reopen ... ok
2026-06-10T22:53:26.0398507Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-10T22:53:26.0629129Z test branchstore::tests::branches_are_independent_roots ... ok
2026-06-10T22:53:26.2869850Z test branchstore::tests::multi_key_commit_is_one_commit ... ok
2026-06-10T22:53:26.3110739Z test syncmerge::tests::non_context_branch_refused ... ok
2026-06-10T22:53:26.3170351Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-10T22:53:26.3207492Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-10T22:53:26.3207907Z test visibility::tests::override_wins_both_directions ... ok
2026-06-10T22:53:26.3377933Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-10T22:53:26.3495410Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-10T22:53:26.3561266Z test xfer::tests::progress_round_trips_per_role_and_updates_mid_flight ... ok
2026-06-10T22:53:26.3656091Z test branchstore::tests::commit_then_read_at_tip ... ok
2026-06-10T22:53:26.3700380Z test xfer::tests::xfer_id_is_filename_safe_and_distinct ... ok
2026-06-10T22:53:26.3775510Z test contextstore::tests::project_branch_holds_many_agents ... ok
2026-06-10T22:53:26.4191696Z test branchstore::tests::unchanged_write_is_no_commit ... ok
2026-06-10T22:53:27.1246461Z test contextstore::tests::two_tier_layout_and_commits ... ok
2026-06-10T22:53:27.4022856Z test contextstore::tests::conflict_artifacts_preserve_both_versions ... ok
2026-06-10T22:53:28.3760203Z test contextstore::tests::rename_ripples_both_tiers ... ok
2026-06-10T22:53:28.9585249Z test contextstore::tests::fork_copies_both_tiers_then_diverges ... ok
2026-06-10T22:53:29.3382479Z test syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite ... ok
2026-06-10T22:53:29.5688024Z test contextstore::tests::remove_endpoint_removes_exactly_the_source ... ok
2026-06-10T22:53:29.6390397Z test syncmerge::tests::adopt_then_incremental_then_idempotent_repull ... ok
2026-06-10T22:53:30.7628310Z test syncmerge::tests::project_branch_unions_disjoint_agents ... ok
2026-06-10T22:53:31.7128162Z test syncmerge::tests::dominated_incoming_drops_but_joins_dag ... ok
2026-06-10T22:53:32.1599884Z test syncmerge::tests::concurrent_writes_surface_on_both_nodes ... ok
2026-06-10T22:53:33.0991637Z test syncmerge::tests::reconciled_write_propagates_and_clears_artifacts ... ok
2026-06-10T22:53:34.9358327Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-10T22:53:34.9358536Z 
2026-06-10T22:53:34.9358708Z test result: ok. 151 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.72s
2026-06-10T22:53:34.9358943Z 
2026-06-10T22:53:34.9376405Z      Running unittests src\lib.rs (target\debug\deps\spt_term-8b05b695d36bdbec.exe)
2026-06-10T22:53:35.0705349Z 
2026-06-10T22:53:35.0705556Z running 8 tests
2026-06-10T22:53:35.0710118Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-10T22:53:35.0711473Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-10T22:53:35.0721460Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-10T22:53:35.0762397Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-10T22:53:35.0766383Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-10T22:53:35.0767339Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-10T22:53:35.0769573Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-10T22:53:35.0770459Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-10T22:53:35.0770715Z 
2026-06-10T22:53:35.0770873Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-10T22:53:35.0771095Z 
2026-06-10T22:53:35.0784340Z      Running tests\digest.rs (target\debug\deps\digest-807cbbf9f26101c5.exe)
2026-06-10T22:53:35.2324127Z 
2026-06-10T22:53:35.2324526Z running 1 test
2026-06-10T22:53:37.3060759Z test digest_parses_a_real_pty_stream ... ok
2026-06-10T22:53:37.3060944Z 
2026-06-10T22:53:37.3061111Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.07s
2026-06-10T22:53:37.3061586Z 
2026-06-10T22:53:37.3076256Z      Running tests\dsr.rs (target\debug\deps\dsr-8ee0ef595a5926dd.exe)
2026-06-10T22:53:37.3628790Z 
2026-06-10T22:53:37.3628877Z running 2 tests
2026-06-10T22:53:37.3848591Z test conpty_output_not_withheld_under_the_drain ... ok
2026-06-10T22:53:37.3848824Z test drain_forwards_child_output ... ok
2026-06-10T22:53:37.3848954Z 
2026-06-10T22:53:37.3849109Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-10T22:53:37.3849332Z 
2026-06-10T22:53:37.3862733Z      Running tests\inject.rs (target\debug\deps\inject-e1d86896c2df67d7.exe)
2026-06-10T22:53:37.4385338Z 
2026-06-10T22:53:37.4385425Z running 2 tests
2026-06-10T22:53:37.4680763Z test ctrl_c_interrupts_the_child ... ok
2026-06-10T22:53:37.4781099Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-10T22:53:37.4781289Z 
2026-06-10T22:53:37.4781476Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-10T22:53:37.4781779Z 
2026-06-10T22:53:37.4792572Z      Running tests\stream.rs (target\debug\deps\stream-c9af5734122db90d.exe)
2026-06-10T22:53:37.5354997Z 
2026-06-10T22:53:37.5355088Z running 2 tests
2026-06-10T22:53:37.5570700Z test delivers_every_value_under_resize ... ok
2026-06-10T22:53:38.5475782Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-10T22:53:38.5475971Z 
2026-06-10T22:53:38.5476122Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
2026-06-10T22:53:38.5476332Z 
2026-06-10T22:53:38.5488660Z      Running tests\surface.rs (target\debug\deps\surface-dc6432f147c60b15.exe)
2026-06-10T22:53:38.6016473Z 
2026-06-10T22:53:38.6016560Z running 1 test
2026-06-10T22:53:38.6107114Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-10T22:53:38.6107316Z 
2026-06-10T22:53:38.6107476Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-10T22:53:38.6107781Z 
2026-06-10T22:53:38.6117786Z      Running unittests src\main.rs (target\debug\deps\xtask-d2f1f3f6f7da21f3.exe)
2026-06-10T22:53:38.9732131Z 
2026-06-10T22:53:38.9732240Z running 1 test
2026-06-10T22:53:38.9734396Z test converge_tests::converge_table_renders_rows_and_success_predicate ... ok
2026-06-10T22:53:38.9734613Z 
2026-06-10T22:53:38.9734780Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:53:38.9735003Z 
2026-06-10T22:53:38.9745335Z    Doc-tests spt_daemon
2026-06-10T22:53:39.3560955Z 
2026-06-10T22:53:39.3561219Z running 0 tests
2026-06-10T22:53:39.3561339Z 
2026-06-10T22:53:39.3561516Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:53:39.3561739Z 
2026-06-10T22:53:39.3622203Z    Doc-tests spt_live
2026-06-10T22:53:39.4186217Z 
2026-06-10T22:53:39.4186317Z running 0 tests
2026-06-10T22:53:39.4186417Z 
2026-06-10T22:53:39.4186784Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:53:39.4187019Z 
2026-06-10T22:53:39.4229950Z    Doc-tests spt_msg
2026-06-10T22:53:39.4712982Z 
2026-06-10T22:53:39.4713064Z running 0 tests
2026-06-10T22:53:39.4713230Z 
2026-06-10T22:53:39.4713608Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:53:39.4713833Z 
2026-06-10T22:53:39.4761785Z    Doc-tests spt_net
2026-06-10T22:53:39.6900052Z 
2026-06-10T22:53:39.6900285Z running 0 tests
2026-06-10T22:53:39.6900398Z 
2026-06-10T22:53:39.6900570Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:53:39.6900793Z 
2026-06-10T22:53:39.6966421Z    Doc-tests spt_proto
2026-06-10T22:53:39.7409338Z 
2026-06-10T22:53:39.7409463Z running 0 tests
2026-06-10T22:53:39.7409563Z 
2026-06-10T22:53:39.7409774Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:53:39.7410220Z 
2026-06-10T22:53:39.7451664Z    Doc-tests spt_runtime
2026-06-10T22:53:39.8978783Z 
2026-06-10T22:53:39.8979005Z running 0 tests
2026-06-10T22:53:39.8979112Z 
2026-06-10T22:53:39.8979282Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:53:39.8979503Z 
2026-06-10T22:53:39.9032505Z    Doc-tests spt_store
2026-06-10T22:53:40.0374343Z 
2026-06-10T22:53:40.0374515Z running 0 tests
2026-06-10T22:53:40.0374616Z 
2026-06-10T22:53:40.0374832Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:53:40.0375059Z 
2026-06-10T22:53:40.0424464Z    Doc-tests spt_term
2026-06-10T22:53:40.0904309Z 
2026-06-10T22:53:40.0904430Z running 0 tests
2026-06-10T22:53:40.0904527Z 
2026-06-10T22:53:40.0904891Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T22:53:40.0905122Z 
2026-06-10T22:53:45.1891462Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-10T22:53:45.1891814Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-10T22:53:45.1954835Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-10T22:53:45.1955079Z ##[endgroup]
2026-06-10T22:53:46.0918956Z     Checking cfg-if v1.0.4
2026-06-10T22:53:46.0919142Z     Checking windows-link v0.2.1
2026-06-10T22:53:46.0919329Z     Checking typenum v1.20.1
2026-06-10T22:53:46.0927983Z     Checking critical-section v1.2.0
2026-06-10T22:53:46.0931312Z     Checking memchr v2.8.1
2026-06-10T22:53:46.0934146Z     Checking subtle v2.6.1
2026-06-10T22:53:46.0939732Z     Checking smallvec v1.15.1
2026-06-10T22:53:46.0941993Z     Checking serde_core v1.0.228
2026-06-10T22:53:46.0943583Z     Checking itoa v1.0.18
2026-06-10T22:53:46.0943822Z     Checking cpufeatures v0.2.17
2026-06-10T22:53:46.0944210Z     Checking equivalent v1.0.2
2026-06-10T22:53:46.0944668Z     Checking pin-project-lite v0.2.17
2026-06-10T22:53:46.0948085Z     Checking hashbrown v0.17.1
2026-06-10T22:53:46.0949707Z     Checking log v0.4.32
2026-06-10T22:53:46.0960646Z     Checking zeroize v1.8.2
2026-06-10T22:53:46.1491476Z     Checking windows-sys v0.61.2
2026-06-10T22:53:46.1494733Z    Compiling getrandom v0.3.4
2026-06-10T22:53:46.1910093Z     Checking getrandom v0.2.17
2026-06-10T22:53:46.2004192Z     Checking futures-core v0.3.32
2026-06-10T22:53:46.2086398Z     Checking rand_core v0.10.1
2026-06-10T22:53:46.2248107Z     Checking bytes v1.11.1
2026-06-10T22:53:46.2290108Z     Checking stable_deref_trait v1.2.1
2026-06-10T22:53:46.2386453Z    Compiling jobserver v0.1.34
2026-06-10T22:53:46.2617955Z     Checking zerofrom v0.1.8
2026-06-10T22:53:46.2813575Z     Checking libc v0.2.186
2026-06-10T22:53:46.2836632Z     Checking futures-io v0.3.32
2026-06-10T22:53:46.2884192Z     Checking slab v0.4.12
2026-06-10T22:53:46.3136955Z     Checking futures-sink v0.3.32
2026-06-10T22:53:46.3162583Z     Checking bitflags v2.12.1
2026-06-10T22:53:46.3215268Z     Checking futures-task v0.3.32
2026-06-10T22:53:46.3216152Z     Checking rand_core v0.6.4
2026-06-10T22:53:46.3690133Z     Checking getrandom v0.4.2
2026-06-10T22:53:46.4031492Z    Compiling cc v1.2.63
2026-06-10T22:53:46.4083525Z     Checking yoke v0.8.3
2026-06-10T22:53:46.4083854Z     Checking futures-channel v0.3.32
2026-06-10T22:53:46.4392907Z     Checking zerocopy v0.8.50
2026-06-10T22:53:46.4436484Z     Checking signature v2.2.0
2026-06-10T22:53:46.4447744Z     Checking zmij v1.0.21
2026-06-10T22:53:46.4464202Z     Checking fastrand v2.4.1
2026-06-10T22:53:46.4584947Z     Checking litemap v0.8.2
2026-06-10T22:53:46.4682600Z     Checking fallible-streaming-iterator v0.1.9
2026-06-10T22:53:46.5195872Z     Checking writeable v0.6.3
2026-06-10T22:53:46.5426258Z     Checking ed25519 v2.2.3
2026-06-10T22:53:46.5978738Z     Checking fallible-iterator v0.3.0
2026-06-10T22:53:46.5979115Z     Checking windows_x86_64_msvc v0.52.6
2026-06-10T22:53:46.5979698Z     Checking zerovec v0.11.6
2026-06-10T22:53:46.6261460Z     Checking futures-util v0.3.32
2026-06-10T22:53:46.6359154Z     Checking zerotrie v0.2.4
2026-06-10T22:53:46.6359487Z     Checking utf8_iter v1.0.4
2026-06-10T22:53:46.6529472Z     Checking windows-targets v0.52.6
2026-06-10T22:53:46.6586473Z     Checking icu_properties_data v2.2.0
2026-06-10T22:53:46.6754113Z     Checking icu_normalizer_data v2.2.0
2026-06-10T22:53:46.6859306Z     Checking percent-encoding v2.3.2
2026-06-10T22:53:46.6988971Z     Checking http v1.4.1
2026-06-10T22:53:46.7079254Z     Checking indexmap v2.14.0
2026-06-10T22:53:46.7466893Z     Checking windows-sys v0.59.0
2026-06-10T22:53:46.7520880Z     Checking cpufeatures v0.3.0
2026-06-10T22:53:46.7939267Z     Checking thiserror v2.0.18
2026-06-10T22:53:46.8324426Z     Checking form_urlencoded v1.2.2
2026-06-10T22:53:46.8467863Z     Checking rustls-pki-types v1.14.1
2026-06-10T22:53:46.8658787Z     Checking chacha20 v0.10.0
2026-06-10T22:53:46.8848512Z    Compiling strsim v0.11.1
2026-06-10T22:53:46.8897101Z    Compiling fnv v1.0.7
2026-06-10T22:53:46.9025577Z     Checking untrusted v0.9.0
2026-06-10T22:53:46.9389849Z     Checking windows-result v0.4.1
2026-06-10T22:53:47.0678553Z    Compiling darling_core v0.20.11
2026-06-10T22:53:47.0765272Z     Checking windows-strings v0.5.1
2026-06-10T22:53:47.1164562Z     Checking rand v0.10.1
2026-06-10T22:53:47.1408909Z     Checking tinystr v0.8.3
2026-06-10T22:53:47.1436520Z     Checking generic-array v0.14.7
2026-06-10T22:53:47.1479311Z     Checking potential_utf v0.1.5
2026-06-10T22:53:47.1608707Z     Checking scopeguard v1.2.0
2026-06-10T22:53:47.2605153Z    Compiling cmake v0.1.58
2026-06-10T22:53:47.2605560Z     Checking lock_api v0.4.14
2026-06-10T22:53:47.2815943Z     Checking icu_collections v2.2.0
2026-06-10T22:53:47.3046263Z     Checking atomic-waker v1.1.2
2026-06-10T22:53:47.3372300Z     Checking icu_locale_core v2.2.0
2026-06-10T22:53:47.3524483Z     Checking const-oid v0.10.2
2026-06-10T22:53:47.3909567Z     Checking num-traits v0.2.19
2026-06-10T22:53:47.4738067Z     Checking derive_more v2.1.1
2026-06-10T22:53:47.4925343Z     Checking http-body v1.0.1
2026-06-10T22:53:47.4991209Z     Checking hybrid-array v0.4.12
2026-06-10T22:53:47.5998649Z     Checking base64ct v1.8.3
2026-06-10T22:53:47.6063184Z     Checking httparse v1.10.1
2026-06-10T22:53:47.6166432Z     Checking tower-service v0.3.3
2026-06-10T22:53:47.6166818Z     Checking base64 v0.22.1
2026-06-10T22:53:47.6923685Z     Checking data-encoding v2.11.0
2026-06-10T22:53:47.7145885Z     Checking crypto-common v0.1.7
2026-06-10T22:53:47.7541618Z     Checking block-buffer v0.10.4
2026-06-10T22:53:47.8258972Z     Checking tinyvec_macros v0.1.1
2026-06-10T22:53:47.8406611Z     Checking pem-rfc7468 v1.0.0
2026-06-10T22:53:47.8406972Z     Checking try-lock v0.2.5
2026-06-10T22:53:47.8426748Z     Checking inout v0.1.4
2026-06-10T22:53:47.8978559Z     Checking tinyvec v1.11.0
2026-06-10T22:53:47.9101048Z     Checking digest v0.10.7
2026-06-10T22:53:47.9273164Z     Checking want v0.3.1
2026-06-10T22:53:47.9547463Z     Checking n0-error v0.1.3
2026-06-10T22:53:47.9875723Z     Checking windows-core v0.62.2
2026-06-10T22:53:47.9892444Z     Checking der v0.8.0-rc.10
2026-06-10T22:53:48.0362277Z     Checking winapi v0.3.9
2026-06-10T22:53:48.0450119Z     Checking icu_provider v2.2.0
2026-06-10T22:53:48.0604709Z    Compiling anyhow v1.0.102
2026-06-10T22:53:48.0637855Z     Checking crypto-common v0.2.2
2026-06-10T22:53:48.0806098Z     Checking block-buffer v0.12.0
2026-06-10T22:53:48.1056551Z     Checking curve25519-dalek v4.1.3
2026-06-10T22:53:48.1147891Z     Checking serde v1.0.228
2026-06-10T22:53:48.1504551Z     Checking sha2 v0.10.9
2026-06-10T22:53:48.2361384Z     Checking serde_json v1.0.150
2026-06-10T22:53:48.2656122Z     Checking serial-core v0.4.0
2026-06-10T22:53:48.3101804Z    Compiling libsqlite3-sys v0.30.1
2026-06-10T22:53:48.3176683Z    Compiling aws-lc-sys v0.41.0
2026-06-10T22:53:48.3537680Z     Checking icu_normalizer v2.2.0
2026-06-10T22:53:48.4053804Z     Checking icu_properties v2.2.0
2026-06-10T22:53:48.4583807Z    Compiling ring v0.17.14
2026-06-10T22:53:48.6351427Z     Checking portable-atomic v1.13.1
2026-06-10T22:53:48.6727268Z     Checking ipnet v2.12.0
2026-06-10T22:53:48.6884939Z     Checking spin v0.10.0
2026-06-10T22:53:48.8257529Z     Checking httpdate v1.0.3
2026-06-10T22:53:48.9542581Z     Checking ed25519-dalek v2.2.0
2026-06-10T22:53:48.9603095Z     Checking cordyceps v0.3.4
2026-06-10T22:53:48.9775384Z     Checking diatomic-waker v0.2.3
2026-06-10T22:53:49.0112566Z     Checking parking v2.2.1
2026-06-10T22:53:49.0190869Z     Checking spki v0.8.0-rc.4
2026-06-10T22:53:49.0221268Z     Checking digest v0.11.3
2026-06-10T22:53:49.0923314Z     Checking once_cell v1.21.4
2026-06-10T22:53:49.1169481Z     Checking futures-lite v2.6.1
2026-06-10T22:53:49.1362874Z     Checking toml_datetime v0.6.11
2026-06-10T22:53:49.1721847Z     Checking serde_spanned v0.6.9
2026-06-10T22:53:49.1725047Z     Checking thiserror v1.0.69
2026-06-10T22:53:49.1887314Z     Checking spt-proto v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-10T22:53:49.2552366Z     Checking tracing-core v0.1.36
2026-06-10T22:53:49.2560558Z     Checking futures-buffered v0.2.13
2026-06-10T22:53:49.3148506Z     Checking pin-project v1.1.13
2026-06-10T22:53:49.4005119Z     Checking serial-windows v0.4.0
2026-06-10T22:53:49.4308347Z     Checking memoffset v0.6.5
2026-06-10T22:53:49.4358586Z     Checking cipher v0.4.4
2026-06-10T22:53:49.4865890Z     Checking idna_adapter v1.2.2
2026-06-10T22:53:49.5170272Z     Checking parking_lot_core v0.9.12
2026-06-10T22:53:49.5199897Z     Checking universal-hash v0.5.1
2026-06-10T22:53:49.5477083Z     Checking aho-corasick v1.1.4
2026-06-10T22:53:49.5641439Z     Checking sync_wrapper v1.0.2
2026-06-10T22:53:49.5899027Z     Checking tracing v0.1.44
2026-06-10T22:53:49.5909711Z     Checking idna v1.1.0
2026-06-10T22:53:49.6259340Z     Checking winnow v0.7.15
2026-06-10T22:53:49.6289509Z     Checking pin-utils v0.1.0
2026-06-10T22:53:49.7035058Z    Compiling powerfmt v0.2.0
2026-06-10T22:53:49.7440870Z     Checking either v1.16.0
2026-06-10T22:53:49.7490745Z     Checking regex-syntax v0.8.10
2026-06-10T22:53:49.8508071Z     Checking toml_write v0.1.2
2026-06-10T22:53:49.9035614Z     Checking byteorder v1.5.0
2026-06-10T22:53:49.9191550Z     Checking bitflags v1.3.2
2026-06-10T22:53:49.9421176Z     Checking url v2.5.8
2026-06-10T22:53:49.9887970Z     Checking opaque-debug v0.3.1
2026-06-10T22:53:49.9998254Z     Checking lazy_static v1.5.0
2026-06-10T22:53:50.0244242Z     Checking nix v0.25.1
2026-06-10T22:53:50.0630059Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-10T22:53:50.0783882Z     Checking polyval v0.6.2
2026-06-10T22:53:50.0812295Z     Checking ahash v0.8.12
2026-06-10T22:53:50.1076358Z     Checking hash32 v0.2.1
2026-06-10T22:53:50.1086929Z     Checking prefix-trie v0.8.4
2026-06-10T22:53:50.1292154Z     Checking shared_library v0.1.9
2026-06-10T22:53:50.1364704Z    Compiling darling_macro v0.20.11
2026-06-10T22:53:50.1739399Z     Checking winreg v0.10.1
2026-06-10T22:53:50.2538479Z     Checking filedescriptor v0.8.3
2026-06-10T22:53:50.2538999Z    Compiling deranged v0.5.8
2026-06-10T22:53:50.2552503Z     Checking hashbrown v0.14.5
2026-06-10T22:53:50.2684644Z     Checking parking_lot v0.12.5
2026-06-10T22:53:50.3333859Z     Checking ref-cast v1.0.25
2026-06-10T22:53:50.3661791Z     Checking serial v0.4.0
2026-06-10T22:53:50.4297547Z     Checking pkcs8 v0.11.0-rc.10
2026-06-10T22:53:50.4403687Z     Checking futures-executor v0.3.32
2026-06-10T22:53:50.4673242Z     Checking crossbeam-utils v0.8.21
2026-06-10T22:53:50.4797718Z     Checking spin v0.9.8
2026-06-10T22:53:50.5890114Z     Checking windows-threading v0.2.1
2026-06-10T22:53:50.5942505Z     Checking downcast-rs v1.2.1
2026-06-10T22:53:50.6061892Z    Compiling darling v0.20.11
2026-06-10T22:53:50.6448629Z     Checking tower-layer v0.3.3
2026-06-10T22:53:50.6490055Z    Compiling time-core v0.1.8
2026-06-10T22:53:50.6814356Z    Compiling num-conv v0.2.2
2026-06-10T22:53:50.7038537Z     Checking shell-words v1.1.1
2026-06-10T22:53:50.7879040Z     Checking hashlink v0.9.1
2026-06-10T22:53:50.7954168Z     Checking signature v3.0.0
2026-06-10T22:53:50.7997071Z     Checking dyn-clone v1.0.20
2026-06-10T22:53:50.8241343Z    Compiling derive_builder_core v0.20.2
2026-06-10T22:53:50.8424324Z     Checking portable-pty v0.8.1
2026-06-10T22:53:50.8460101Z     Checking windows-future v0.3.2
2026-06-10T22:53:50.8568303Z    Compiling proc-macro-crate v3.5.0
2026-06-10T22:53:50.8803378Z     Checking schemars v1.2.1
2026-06-10T22:53:50.8841898Z     Checking heapless v0.7.17
2026-06-10T22:53:50.9012040Z     Checking ed25519 v3.0.0-rc.4
2026-06-10T22:53:51.0486072Z     Checking hickory-proto v0.26.0-beta.4
2026-06-10T22:53:51.0686746Z     Checking futures v0.3.32
2026-06-10T22:53:51.0913057Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-10T22:53:51.1542526Z     Checking ghash v0.5.1
2026-06-10T22:53:51.2185296Z     Checking toml_edit v0.22.27
2026-06-10T22:53:51.2941161Z     Checking aes v0.8.4
2026-06-10T22:53:51.3425962Z     Checking ctr v0.9.2
2026-06-10T22:53:51.4246399Z    Compiling time v0.3.47
2026-06-10T22:53:51.4556743Z     Checking regex-automata v0.4.14
2026-06-10T22:53:51.4812428Z     Checking sha2 v0.11.0-rc.5
2026-06-10T22:53:51.5109202Z     Checking windows-collections v0.3.2
2026-06-10T22:53:51.5148558Z     Checking windows-numerics v0.3.1
2026-06-10T22:53:51.5221014Z     Checking aead v0.5.2
2026-06-10T22:53:51.5481042Z     Checking rusqlite v0.32.1
2026-06-10T22:53:51.5494756Z     Checking http-body-util v0.1.3
2026-06-10T22:53:51.6315430Z     Checking cobs v0.3.0
2026-06-10T22:53:51.7335191Z     Checking widestring v1.2.1
2026-06-10T22:53:51.7615757Z     Checking postcard v1.1.3
2026-06-10T22:53:51.7713627Z     Checking aes-gcm v0.10.3
2026-06-10T22:53:51.9394916Z    Compiling num_enum_derive v0.7.6
2026-06-10T22:53:51.9850338Z    Compiling derive_builder_macro v0.20.2
2026-06-10T22:53:52.0011891Z     Checking windows v0.62.2
2026-06-10T22:53:52.0569713Z     Checking crossbeam-channel v0.5.15
2026-06-10T22:53:52.0918479Z     Checking crossbeam-epoch v0.9.18
2026-06-10T22:53:52.1299496Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-10T22:53:52.2447504Z     Checking spt-store v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-10T22:53:52.3149869Z     Checking data-encoding-macro v0.1.20
2026-06-10T22:53:52.3498257Z     Checking chrono v0.4.45
2026-06-10T22:53:52.3759675Z    Compiling blake3 v1.8.5
2026-06-10T22:53:52.4012361Z     Checking windows-registry v0.6.1
2026-06-10T22:53:52.4710519Z     Checking uuid v1.23.2
2026-06-10T22:53:52.4848491Z    Compiling derive_builder v0.20.2
2026-06-10T22:53:52.6257959Z     Checking mac-addr v0.3.0
2026-06-10T22:53:52.6497628Z     Checking toml v0.8.23
2026-06-10T22:53:52.6554340Z     Checking sorted-index-buffer v0.2.1
2026-06-10T22:53:52.7553275Z    Compiling vergen-lib v9.1.0
2026-06-10T22:53:52.7553644Z    Compiling vergen-lib v0.1.6
2026-06-10T22:53:52.7621269Z     Checking ryu v1.0.23
2026-06-10T22:53:52.7768006Z     Checking tagptr v0.2.0
2026-06-10T22:53:52.8288314Z     Checking allocator-api2 v0.2.21
2026-06-10T22:53:52.8880130Z    Compiling vergen v9.1.0
2026-06-10T22:53:52.9323948Z     Checking lru-slab v0.1.2
2026-06-10T22:53:52.9908138Z    Compiling vergen-gitcl v1.0.8
2026-06-10T22:53:53.0461971Z     Checking foldhash v0.2.0
2026-06-10T22:53:53.0501263Z     Checking xml-rs v0.8.28
2026-06-10T22:53:53.1366156Z     Checking rustc-hash v2.1.2
2026-06-10T22:53:53.1366508Z     Checking identity-hash v0.1.0
2026-06-10T22:53:53.1394757Z     Checking regex v1.12.3
2026-06-10T22:53:53.1564409Z     Checking num_enum v0.7.6
2026-06-10T22:53:53.1580079Z     Checking moka v0.12.15
2026-06-10T22:53:53.1823857Z     Checking hashbrown v0.16.1
2026-06-10T22:53:53.2031472Z     Checking iroh-metrics v0.38.3
2026-06-10T22:53:53.2549198Z     Checking strum v0.28.0
2026-06-10T22:53:53.3272946Z     Checking iroh-base v0.98.0
2026-06-10T22:53:53.4104010Z     Checking attohttpc v0.30.1
2026-06-10T22:53:53.4304108Z     Checking simple-dns v0.9.3
2026-06-10T22:53:53.4388583Z     Checking resolv-conf v0.7.6
2026-06-10T22:53:53.5073223Z     Checking xmltree v0.10.3
2026-06-10T22:53:53.5462950Z     Checking arrayvec v0.7.6
2026-06-10T22:53:53.6079713Z     Checking smol_str v0.1.24
2026-06-10T22:53:53.6229506Z     Checking simdutf8 v0.1.5
2026-06-10T22:53:53.6601809Z     Checking constant_time_eq v0.4.2
2026-06-10T22:53:53.6884235Z     Checking sha1_smol v1.0.1
2026-06-10T22:53:53.7161405Z     Checking arrayref v0.3.9
2026-06-10T22:53:53.7221784Z     Checking socket2 v0.6.4
2026-06-10T22:53:53.7245824Z     Checking mio v1.2.1
2026-06-10T22:53:53.7293447Z     Checking tempfile v3.27.0
2026-06-10T22:53:53.7444803Z    Compiling iroh-relay v0.98.0
2026-06-10T22:53:53.7521884Z     Checking netdev v0.42.0
2026-06-10T22:53:53.7539203Z     Checking lru v0.16.4
2026-06-10T22:53:53.7558156Z     Checking spt-msg v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-10T22:53:53.7685637Z     Checking seize v0.5.1
2026-06-10T22:53:53.7853668Z     Checking serde_bytes v0.11.19
2026-06-10T22:53:53.8128069Z     Checking hmac v0.12.1
2026-06-10T22:53:53.8303347Z     Checking webpki-roots v1.0.7
2026-06-10T22:53:53.8692899Z     Checking cmov v0.5.4
2026-06-10T22:53:53.9055228Z     Checking sha1 v0.10.6
2026-06-10T22:53:53.9317460Z     Checking hkdf v0.12.4
2026-06-10T22:53:53.9466752Z     Checking recvmsg v1.0.0
2026-06-10T22:53:53.9612914Z     Checking anstyle v1.0.14
2026-06-10T22:53:53.9673011Z     Checking once_cell_polyfill v1.70.2
2026-06-10T22:53:53.9673636Z     Checking papaya v0.2.4
2026-06-10T22:53:53.9893557Z     Checking utf8parse v0.2.2
2026-06-10T22:53:53.9954973Z     Checking noq-udp v0.10.0
2026-06-10T22:53:54.0114884Z     Checking spt-runtime v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-10T22:53:54.0423771Z     Checking spt-term v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-10T22:53:54.0517367Z     Checking ipconfig v0.3.4
2026-06-10T22:53:54.0568376Z     Checking spake2 v0.4.0
2026-06-10T22:53:54.0629880Z     Checking ctutils v0.4.2
2026-06-10T22:53:54.1033388Z     Checking tokio v1.52.3
2026-06-10T22:53:54.1033897Z     Checking anstyle-parse v1.0.0
2026-06-10T22:53:54.1715416Z     Checking anstyle-wincon v3.0.11
2026-06-10T22:53:54.1895748Z     Checking anstyle-query v1.1.5
2026-06-10T22:53:54.1946394Z     Checking interprocess v2.4.2
2026-06-10T22:53:54.2259331Z     Checking is_terminal_polyfill v1.70.2
2026-06-10T22:53:54.2396846Z     Checking colorchoice v1.0.5
2026-06-10T22:53:54.2652808Z     Checking terminal_size v0.4.4
2026-06-10T22:53:54.2745947Z     Checking clap_lex v1.1.0
2026-06-10T22:53:54.3009400Z     Checking qrcode v0.14.1
2026-06-10T22:53:54.4134929Z     Checking anstream v1.0.0
2026-06-10T22:53:54.5659235Z     Checking mock-adapter v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-10T22:53:54.6747314Z     Checking clap_builder v4.6.0
2026-06-10T22:53:55.3030932Z     Checking spt-live v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-10T22:53:55.9553522Z     Checking clap v4.6.1
2026-06-10T22:53:57.1140717Z     Checking tokio-util v0.7.18
2026-06-10T22:53:57.1157300Z     Checking tower v0.5.3
2026-06-10T22:53:57.1160421Z     Checking acto v0.8.2
2026-06-10T22:53:57.1164181Z     Checking backon v1.6.0
2026-06-10T22:53:57.4646138Z     Checking tower-http v0.6.11
2026-06-10T22:53:57.4951655Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-10T22:53:57.6536784Z     Checking h2 v0.4.14
2026-06-10T22:53:57.6908722Z     Checking n0-future v0.3.2
2026-06-10T22:53:57.7658805Z     Checking tokio-stream v0.1.18
2026-06-10T22:53:57.8010630Z     Checking n0-watcher v0.6.1
2026-06-10T22:53:57.8010942Z     Checking iroh-dns v0.98.0
2026-06-10T22:54:00.1272277Z     Checking wmi v0.18.4
2026-06-10T22:54:00.4619907Z     Checking hyper v1.10.1
2026-06-10T22:54:00.6383733Z     Checking netwatch v0.16.0
2026-06-10T22:54:01.4112278Z     Checking hyper-util v0.1.20
2026-06-10T22:54:02.4456346Z     Checking igd-next v0.17.1
2026-06-10T22:54:02.8080381Z     Checking portmapper v0.16.0
2026-06-10T22:54:05.8198903Z    Compiling aws-lc-rs v1.17.0
2026-06-10T22:54:05.8313489Z    Compiling rustls v0.23.40
2026-06-10T22:54:06.5742380Z     Checking rustls-webpki v0.103.13
2026-06-10T22:54:08.2369135Z     Checking tokio-rustls v0.26.4
2026-06-10T22:54:08.2369444Z     Checking noq-proto v0.17.0
2026-06-10T22:54:08.2369719Z     Checking rustls-platform-verifier v0.7.0
2026-06-10T22:54:08.3729831Z     Checking hickory-net v0.26.0-beta.4
2026-06-10T22:54:08.3730106Z     Checking hyper-rustls v0.27.9
2026-06-10T22:54:08.3730408Z     Checking tokio-websockets v0.13.2
2026-06-10T22:54:08.4889980Z     Checking reqwest v0.13.4
2026-06-10T22:54:09.0226856Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-10T22:54:10.1919632Z     Checking noq v0.18.0
2026-06-10T22:54:11.2521887Z     Checking iroh v0.98.2
2026-06-10T22:54:14.3071984Z     Checking spt-net v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-10T22:54:15.3985340Z     Checking spt-daemon v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-10T22:54:17.7716637Z     Checking spt v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-10T22:54:17.7718092Z     Checking xtask v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-10T22:54:20.1070294Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.61s
2026-06-10T22:54:20.2479155Z ##[group]Run actions/checkout@v5
2026-06-10T22:54:20.2479360Z with:
2026-06-10T22:54:20.2479498Z   repository: SaberMage/spt-shell-notify
2026-06-10T22:54:20.2479666Z   path: .adapter-notify
2026-06-10T22:54:20.2481376Z   token: ***
2026-06-10T22:54:20.2481493Z   ssh-strict: true
2026-06-10T22:54:20.2481621Z   ssh-user: git
2026-06-10T22:54:20.2481740Z   persist-credentials: true
2026-06-10T22:54:20.2481874Z   clean: true
2026-06-10T22:54:20.2482000Z   sparse-checkout-cone-mode: true
2026-06-10T22:54:20.2482154Z   fetch-depth: 1
2026-06-10T22:54:20.2482273Z   fetch-tags: false
2026-06-10T22:54:20.2482391Z   show-progress: true
2026-06-10T22:54:20.2482513Z   lfs: false
2026-06-10T22:54:20.2482618Z   submodules: false
2026-06-10T22:54:20.2482745Z   set-safe-directory: true
2026-06-10T22:54:20.2482876Z ##[endgroup]
2026-06-10T22:54:20.3179389Z Syncing repository: SaberMage/spt-shell-notify
2026-06-10T22:54:20.3184351Z ##[group]Getting Git version info
2026-06-10T22:54:20.3184750Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-10T22:54:20.3477765Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-10T22:54:20.3666791Z git version 2.43.0.windows.1
2026-06-10T22:54:20.3691829Z ##[endgroup]
2026-06-10T22:54:20.3698631Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\a0f9e6c4-9572-455f-a8b1-8a49bd75b5db\.gitconfig'
2026-06-10T22:54:20.3710914Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a0f9e6c4-9572-455f-a8b1-8a49bd75b5db' before making global git config changes
2026-06-10T22:54:20.3711622Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T22:54:20.3715484Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-10T22:54:20.3925831Z ##[group]Initializing the repository
2026-06-10T22:54:20.3930307Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-10T22:54:20.4217326Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-10T22:54:20.4241076Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-10T22:54:20.4466856Z ##[endgroup]
2026-06-10T22:54:20.4467101Z ##[group]Disabling automatic garbage collection
2026-06-10T22:54:20.4471297Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-10T22:54:20.4676762Z ##[endgroup]
2026-06-10T22:54:20.4676975Z ##[group]Setting up auth
2026-06-10T22:54:20.4682804Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-10T22:54:20.4887519Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-10T22:54:20.8389219Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T22:54:20.8600896Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-10T22:54:21.2015312Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T22:54:21.2220212Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-10T22:54:21.5640905Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-10T22:54:21.5913530Z ##[endgroup]
2026-06-10T22:54:21.5913768Z ##[group]Determining the default branch
2026-06-10T22:54:21.5916331Z Retrieving the default branch name
2026-06-10T22:54:21.9440323Z Default branch 'main'
2026-06-10T22:54:21.9440660Z ##[endgroup]
2026-06-10T22:54:21.9440876Z ##[group]Fetching the repository
2026-06-10T22:54:21.9446552Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-10T22:54:22.7120151Z From https://github.com/SaberMage/spt-shell-notify
2026-06-10T22:54:22.7120422Z  * [new branch]      main       -> origin/main
2026-06-10T22:54:22.7227918Z ##[endgroup]
2026-06-10T22:54:22.7228144Z ##[group]Determining the checkout info
2026-06-10T22:54:22.7229018Z ##[endgroup]
2026-06-10T22:54:22.7234102Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-10T22:54:22.7466310Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-10T22:54:22.7666070Z ##[group]Checking out the ref
2026-06-10T22:54:22.7670152Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-10T22:54:22.7948489Z branch 'main' set up to track 'origin/main'.
2026-06-10T22:54:22.7948686Z Reset branch 'main'
2026-06-10T22:54:22.7968190Z ##[endgroup]
2026-06-10T22:54:22.8180913Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-10T22:54:22.8360845Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-10T22:54:22.8569337Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-10T22:54:22.8569857Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-10T22:54:22.8631555Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-10T22:54:22.8631774Z ##[endgroup]
2026-06-10T22:54:23.1085730Z     Updating crates.io index
2026-06-10T22:54:23.2882404Z      Locking 11 packages to latest compatible versions
2026-06-10T22:54:23.3249036Z    Compiling serde_core v1.0.228
2026-06-10T22:54:23.3249327Z    Compiling zmij v1.0.21
2026-06-10T22:54:23.3249496Z    Compiling serde_json v1.0.150
2026-06-10T22:54:23.3250030Z    Compiling itoa v1.0.18
2026-06-10T22:54:23.3250257Z    Compiling memchr v2.8.1
2026-06-10T22:54:25.3123692Z    Compiling spt-shell-notify v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\.adapter-notify)
2026-06-10T22:54:25.6376231Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
2026-06-10T22:54:25.7413176Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-06-10T22:54:25.7413518Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-06-10T22:54:25.7476343Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-10T22:54:25.7476557Z env:
2026-06-10T22:54:25.7476827Z   SPT_NOTIFY_SHELL_BIN: C:\actions-runner\_work\spt-core\spt-core\.adapter-notify\target\debug\notify-shell.exe
2026-06-10T22:54:25.7477130Z ##[endgroup]
2026-06-10T22:54:26.4571393Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
2026-06-10T22:54:26.4754003Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-f223b0904b831f5a.exe)
2026-06-10T22:54:26.4860372Z 
2026-06-10T22:54:26.4860453Z running 1 test
2026-06-10T22:54:27.0696071Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-10T22:54:27.0696339Z 
2026-06-10T22:54:27.0696547Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s
2026-06-10T22:54:27.0696814Z 
2026-06-10T22:54:27.1530000Z ##[group]Run cargo test -p spt --test oneliner_e2e -- --nocapture
2026-06-10T22:54:27.1530346Z [36;1mcargo test -p spt --test oneliner_e2e -- --nocapture[0m
2026-06-10T22:54:27.1593893Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-10T22:54:27.1594107Z env:
2026-06-10T22:54:27.1594218Z   SPT_INSTALL_E2E: 1
2026-06-10T22:54:27.1594345Z ##[endgroup]
2026-06-10T22:54:27.8136210Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
2026-06-10T22:54:27.8311244Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-a3616d12b07ba8c8.exe)
2026-06-10T22:54:27.8415497Z 
2026-06-10T22:54:27.8415586Z running 1 test
2026-06-10T22:54:35.4904176Z test install_script_against_staged_release ... ok
2026-06-10T22:54:35.4904350Z 
2026-06-10T22:54:35.4904513Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.65s
2026-06-10T22:54:35.4904747Z 
2026-06-10T22:54:35.5731214Z ##[group]Run cargo run -p xtask -- check
2026-06-10T22:54:35.5731456Z [36;1mcargo run -p xtask -- check[0m
2026-06-10T22:54:35.5793295Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-10T22:54:35.5793520Z ##[endgroup]
2026-06-10T22:54:36.1945971Z    Compiling windows-sys v0.61.2
2026-06-10T22:54:36.1955412Z    Compiling cc v1.2.63
2026-06-10T22:54:36.2018435Z    Compiling darling_core v0.20.11
2026-06-10T22:54:36.2019704Z    Compiling rustls v0.23.40
2026-06-10T22:54:36.2090915Z    Compiling fastrand v2.4.1
2026-06-10T22:54:36.2216461Z    Compiling windows-sys v0.59.0
2026-06-10T22:54:36.3124282Z    Compiling futures-lite v2.6.1
2026-06-10T22:54:36.8526499Z    Compiling ring v0.17.14
2026-06-10T22:54:36.8526732Z    Compiling libsqlite3-sys v0.30.1
2026-06-10T22:54:36.8526952Z    Compiling blake3 v1.8.5
2026-06-10T22:54:37.3188773Z    Compiling darling_macro v0.20.11
2026-06-10T22:54:37.6356903Z    Compiling darling v0.20.11
2026-06-10T22:54:37.7552139Z    Compiling derive_builder_core v0.20.2
2026-06-10T22:54:38.2260591Z    Compiling derive_builder_macro v0.20.2
2026-06-10T22:54:38.4552052Z    Compiling derive_builder v0.20.2
2026-06-10T22:54:38.5689351Z    Compiling vergen-lib v9.1.0
2026-06-10T22:54:38.5689571Z    Compiling vergen-lib v0.1.6
2026-06-10T22:54:38.6635173Z    Compiling vergen v9.1.0
2026-06-10T22:54:38.6923967Z    Compiling vergen-gitcl v1.0.8
2026-06-10T22:54:38.7813531Z    Compiling rusqlite v0.32.1
2026-06-10T22:54:38.9697711Z    Compiling iroh-relay v0.98.0
2026-06-10T22:54:39.1494755Z    Compiling rustls-webpki v0.103.13
2026-06-10T22:54:39.2827504Z    Compiling spt-store v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-10T22:54:40.3414429Z    Compiling spt-msg v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-10T22:54:40.4689471Z    Compiling spt-runtime v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-10T22:54:40.4690190Z    Compiling spt-term v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-10T22:54:40.9284065Z    Compiling socket2 v0.6.4
2026-06-10T22:54:40.9284887Z    Compiling mio v1.2.1
2026-06-10T22:54:40.9285116Z    Compiling netdev v0.42.0
2026-06-10T22:54:40.9285347Z    Compiling seize v0.5.1
2026-06-10T22:54:40.9303178Z    Compiling interprocess v2.4.2
2026-06-10T22:54:41.0920226Z    Compiling papaya v0.2.4
2026-06-10T22:54:41.2232105Z    Compiling noq-udp v0.10.0
2026-06-10T22:54:41.2656942Z    Compiling ipconfig v0.3.4
2026-06-10T22:54:41.3219791Z    Compiling tokio v1.52.3
2026-06-10T22:54:41.7789929Z    Compiling spt-live v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-10T22:54:41.7967845Z    Compiling rustls-platform-verifier v0.7.0
2026-06-10T22:54:41.7968210Z    Compiling noq-proto v0.17.0
2026-06-10T22:54:44.0429744Z    Compiling tokio-util v0.7.18
2026-06-10T22:54:44.0430000Z    Compiling tokio-rustls v0.26.4
2026-06-10T22:54:44.0430197Z    Compiling tower v0.5.3
2026-06-10T22:54:44.0430938Z    Compiling acto v0.8.2
2026-06-10T22:54:44.0431206Z    Compiling backon v1.6.0
2026-06-10T22:54:44.3703864Z    Compiling tower-http v0.6.11
2026-06-10T22:54:44.3778457Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-10T22:54:44.5176206Z    Compiling h2 v0.4.14
2026-06-10T22:54:44.5176498Z    Compiling n0-future v0.3.2
2026-06-10T22:54:44.5176744Z    Compiling tokio-stream v0.1.18
2026-06-10T22:54:44.5177032Z    Compiling tokio-websockets v0.13.2
2026-06-10T22:54:44.6028829Z    Compiling n0-watcher v0.6.1
2026-06-10T22:54:44.6029286Z    Compiling iroh-dns v0.98.0
2026-06-10T22:54:44.7812233Z    Compiling netwatch v0.16.0
2026-06-10T22:54:45.0370179Z    Compiling noq v0.18.0
2026-06-10T22:54:47.1214492Z    Compiling hyper v1.10.1
2026-06-10T22:54:47.1214749Z    Compiling hickory-net v0.26.0-beta.4
2026-06-10T22:54:47.8262910Z    Compiling hyper-util v0.1.20
2026-06-10T22:54:47.8515815Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-10T22:54:48.5810407Z    Compiling hyper-rustls v0.27.9
2026-06-10T22:54:48.5810648Z    Compiling igd-next v0.17.1
2026-06-10T22:54:48.6955003Z    Compiling reqwest v0.13.4
2026-06-10T22:54:49.1129889Z    Compiling portmapper v0.16.0
2026-06-10T22:54:54.0518098Z    Compiling iroh v0.98.2
2026-06-10T22:55:02.4152679Z    Compiling spt-net v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-10T22:55:03.6056674Z    Compiling spt-daemon v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-10T22:55:10.3761036Z    Compiling xtask v0.3.2 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-10T22:55:12.9230683Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.12s
2026-06-10T22:55:12.9416571Z      Running `target\debug\xtask.exe check`
2026-06-10T22:55:47.6588291Z xtask check: OK
2026-06-10T22:55:47.7310484Z Post job cleanup.
2026-06-10T22:55:47.8257779Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-10T22:55:47.8449200Z git version 2.43.0.windows.1
2026-06-10T22:55:47.8482835Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c0791671-9208-4230-bd6a-a0f3bbfc91f0\.gitconfig'
2026-06-10T22:55:47.8494782Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c0791671-9208-4230-bd6a-a0f3bbfc91f0' before making global git config changes
2026-06-10T22:55:47.8495264Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T22:55:47.8499965Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-10T22:55:47.8713397Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-10T22:55:47.8913434Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-10T22:55:48.2464153Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T22:55:48.2653434Z http.https://github.com/.extraheader
2026-06-10T22:55:48.2677535Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-10T22:55:48.2897879Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-10T22:55:48.6219737Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T22:55:48.6425437Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-10T22:55:49.0059417Z Post job cleanup.
2026-06-10T22:55:49.0955730Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-10T22:55:49.1142299Z git version 2.43.0.windows.1
2026-06-10T22:55:49.1176203Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\f972b4b3-45f5-493c-9b6d-03e736ad0908\.gitconfig'
2026-06-10T22:55:49.1188441Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f972b4b3-45f5-493c-9b6d-03e736ad0908' before making global git config changes
2026-06-10T22:55:49.1189143Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T22:55:49.1193390Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-10T22:55:49.1404572Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-10T22:55:49.1604219Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-10T22:55:49.5171043Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T22:55:49.5358334Z http.https://github.com/.extraheader
2026-06-10T22:55:49.5381691Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-10T22:55:49.5596600Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-10T22:55:49.9037836Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T22:55:49.9239547Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-10T22:55:50.2720713Z Cleaning up orphan processes
